carb::dictionary::ItemType
Defined in carb/dictionary/IDictionary.h
-
enum class carb::dictionary::ItemType
Supported item types.
Other types need to be converted from the string item.
Values:
-
enumerator eBool
Boolean type.
-
enumerator eInt
64-bit integer type
-
enumerator eFloat
64-bit floating-point type
-
enumerator eString
String type.
-
enumerator eDictionary
Dictionary type (may act as either an array type or a map type)
-
enumerator eCount
Number of ItemTypes, not a valid item type.
-
enumerator eBool