![]() |
GridGain C++
|
Default implementations of BinaryEnum. More...
#include <binary_enum.h>
Static Public Member Functions | |
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... | |
Default implementations of BinaryEnum.
|
inlinestatic |
Get enum value for the given ordinal value.
ordinal | Ordinal value of the enum. |
|
inlinestatic |
Get enum type ordinal.
|
inlinestatic |
Get type ID for the enum type.