![]() |
Apache Ignite C++
|
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... | |
Templated binary type specification for pointers.
| BinaryType<T> ignite::binary::BinaryType< T * >::typ |
Actual type.
1.8.9.1