Apache Ignite C++
Public Member Functions | Public Attributes | List of all members
ignite::binary::BinaryType< T * > Struct Template Reference

Templated binary type specification for pointers. More...

#include <binary_type.h>

Public Member Functions

 BinaryType ()
 Constructor.
 
int32_t GetTypeId ()
 
std::string GetTypeName ()
 
int32_t GetFieldId (const char *name)
 
int32_t GetHashCode (T *const &obj)
 
void Write (BinaryWriter &writer, T *const &obj)
 
T * Read (BinaryReader &reader)
 
bool IsNull (T *const &obj)
 
T * GetNull ()
 

Public Attributes

BinaryType< T > typ
 Actual type. More...
 

Detailed Description

template<typename T>
struct ignite::binary::BinaryType< T * >

Templated binary type specification for pointers.

Member Data Documentation

template<typename T >
BinaryType<T> ignite::binary::BinaryType< T * >::typ

Actual type.


The documentation for this struct was generated from the following file: