Known values for The type of the integer enum value. More...
#include <CesiumGltf/EnumSpec.h>
Static Public Attributes | |
static const std::string | INT8 = "INT8" |
INT8 | |
static const std::string | UINT8 = "UINT8" |
UINT8 | |
static const std::string | INT16 = "INT16" |
INT16 | |
static const std::string | UINT16 = "UINT16" |
UINT16 | |
static const std::string | INT32 = "INT32" |
INT32 | |
static const std::string | UINT32 = "UINT32" |
UINT32 | |
static const std::string | INT64 = "INT64" |
INT64 | |
static const std::string | UINT64 = "UINT64" |
UINT64 | |
Known values for The type of the integer enum value.
Definition at line 26 of file EnumSpec.h.
|
inlinestatic |
INT16
Definition at line 34 of file EnumSpec.h.
|
inlinestatic |
INT32
Definition at line 40 of file EnumSpec.h.
|
inlinestatic |
INT64
Definition at line 46 of file EnumSpec.h.
|
inlinestatic |
INT8
Definition at line 28 of file EnumSpec.h.
|
inlinestatic |
UINT16
Definition at line 37 of file EnumSpec.h.
|
inlinestatic |
UINT32
Definition at line 43 of file EnumSpec.h.
|
inlinestatic |
UINT64
Definition at line 49 of file EnumSpec.h.
|
inlinestatic |
UINT8
Definition at line 31 of file EnumSpec.h.