Apache Ignite C++
List of all members
ignite::binary::BinaryTypeDefaultAll< T > Struct Template Reference

Default implementations of BinaryType hashing functions and non-null type behaviour. More...

#include <binary_type.h>

Inheritance diagram for ignite::binary::BinaryTypeDefaultAll< T >:
ignite::binary::BinaryTypeDefaultHashing< T > ignite::binary::BinaryTypeNonNullableType< T >

Additional Inherited Members

- Static Public Member Functions inherited from ignite::binary::BinaryTypeDefaultHashing< T >
static int32_t GetTypeId ()
 Get binary object type ID. More...
 
static int32_t GetFieldId (const char *name)
 Get binary object field ID. More...
 
- Static Public Member Functions inherited from ignite::binary::BinaryTypeNonNullableType< T >
static bool IsNull (const T &)
 Check whether passed binary object should be interpreted as NULL. More...
 
static void GetNull (T &dst)
 Get NULL value for the given binary type. More...
 

Detailed Description

template<typename T>
struct ignite::binary::BinaryTypeDefaultAll< T >

Default implementations of BinaryType hashing functions and non-null type behaviour.


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