cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::Enum::ValueType Struct Reference

Known values for The type of the integer enum value. More...

#include <CesiumGltf/Enum.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
 

Detailed Description

Known values for The type of the integer enum value.

Definition at line 26 of file Enum.h.

Member Data Documentation

◆ INT16

const std::string CesiumGltf::Enum::ValueType::INT16 = "INT16"
inlinestatic

INT16

Definition at line 34 of file Enum.h.

◆ INT32

const std::string CesiumGltf::Enum::ValueType::INT32 = "INT32"
inlinestatic

INT32

Definition at line 40 of file Enum.h.

◆ INT64

const std::string CesiumGltf::Enum::ValueType::INT64 = "INT64"
inlinestatic

INT64

Definition at line 46 of file Enum.h.

◆ INT8

const std::string CesiumGltf::Enum::ValueType::INT8 = "INT8"
inlinestatic

INT8

Definition at line 28 of file Enum.h.

◆ UINT16

const std::string CesiumGltf::Enum::ValueType::UINT16 = "UINT16"
inlinestatic

UINT16

Definition at line 37 of file Enum.h.

◆ UINT32

const std::string CesiumGltf::Enum::ValueType::UINT32 = "UINT32"
inlinestatic

UINT32

Definition at line 43 of file Enum.h.

◆ UINT64

const std::string CesiumGltf::Enum::ValueType::UINT64 = "UINT64"
inlinestatic

UINT64

Definition at line 49 of file Enum.h.

◆ UINT8

const std::string CesiumGltf::Enum::ValueType::UINT8 = "UINT8"
inlinestatic

UINT8

Definition at line 31 of file Enum.h.


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