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

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

#include <binary_enum.h>

Inheritance diagram for ignite::binary::BinaryEnumDefaultAll< T >:
ignite::binary::BinaryEnumDefault< T > ignite::binary::BinaryEnumIntMinNull< T >

Additional Inherited Members

- Static Public Member Functions inherited from ignite::binary::BinaryEnumDefault< T >
static int32_t GetTypeId ()
 Get type ID for the enum type. More...
 
static int32_t GetOrdinal (T value)
 Get enum type ordinal. More...
 
static T FromOrdinal (int32_t ordinal)
 Get enum value for the given ordinal value. More...
 
- Static Public Member Functions inherited from ignite::binary::BinaryEnumIntMinNull< T >
static bool IsNull (const T &val)
 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::BinaryEnumDefaultAll< T >

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


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