BinaryEnum template specialization for pointers.  
 More...
#include <binary_enum.h>
template<typename T>
struct ignite::binary::BinaryEnum< T * >
BinaryEnum template specialization for pointers. 
◆ FromOrdinal()
Get enum value for the given ordinal value. 
- Parameters
- 
  
    | ordinal | Ordinal value of the enum. |  
 
 
 
◆ GetNull()
Get NULL value for the enum type. 
- Parameters
- 
  
    | dst | NULL value for the enum. |  
 
 
 
◆ GetOrdinal()
Get enum type ordinal. 
- Returns
- Ordinal of the enum type. 
 
 
◆ GetTypeId()
Get binary object type ID. 
- Returns
- Type ID. 
 
 
◆ GetTypeName()
Get binary object type name. 
- Parameters
- 
  
  
 
 
◆ IsNull()
Check whether passed enum should be interpreted as NULL. 
- Parameters
- 
  
  
- Returns
- True if enum value should be interpreted as NULL. 
 
 
The documentation for this struct was generated from the following file: