BinaryType template specialization for pointers.  
 More...
#include <binary_type.h>
template<typename T>
struct ignite::binary::BinaryType< T * >
BinaryType template specialization for pointers. 
◆ GetFieldId()
Get binary object field ID. 
- Parameters
- 
  
  
- Returns
- Field ID. 
 
 
◆ GetNull()
Get NULL value for the given binary type. 
- Parameters
- 
  
    | dst | NULL value for the type. |  
 
 
 
◆ GetTypeId()
Get binary object type ID. 
- Returns
- Type ID. 
 
 
◆ GetTypeName()
Get binary object type name. 
- Parameters
- 
  
  
 
 
◆ IsNull()
Check whether passed binary object should be interpreted as NULL. 
- Parameters
- 
  
    | obj | Binary object to test. |  
 
- Returns
- True if binary object should be interpreted as NULL. 
 
 
◆ Read()
Read binary object. 
- Parameters
- 
  
    | reader | Reader. |  | dst | Output object. |  
 
 
 
◆ Write()
Write binary object. 
- Parameters
- 
  
  
 
 
The documentation for this struct was generated from the following file: