that are known (by default) to <em>carb.variant.plugin</em>.
Variables
carb::variant::eBool: Represents
bool
.carb::variant::eCharPtr: Represents
char*
orconst char*
carb::variant::eDictionary: Represents
dictionary::Item
.carb::variant::eDouble: Represents
double
.carb::variant::eFloat: Represents
float
.carb::variant::eInt16: Represents
int16_t
orshort
carb::variant::eInt32: Represents
int32_t
orint
carb::variant::eInt64: Represents
int64_t
orlong long
carb::variant::eInt8: Represents
int8_t
orsigned char
carb::variant::eNull: Represents
nullptr
.carb::variant::eRString: Represents
RString
.carb::variant::eRStringKey: Represents
RStringKey
.carb::variant::eRStringU: Represents
RStringU
.carb::variant::eRStringUKey: Represents
RStringUKey
.carb::variant::eString: Represents
omni::string
.carb::variant::eUInt16: Represents
uint16_t
orunsigned short
carb::variant::eUInt32: Represents
uint32_t
orunsigned int
carb::variant::eUInt64: Represents
uint64_t
orunsigned long long
carb::variant::eUInt8: Represents
uint8_t
orunsigned char
carb::variant::eVariantArray: Represents
VariantArray*
.carb::variant::eVariantMap: Represents
VariantMap*
.carb::variant::eVariantPair: Represents
std::pair<Variant, Variant>
Variables
-
constexpr RString carb::variant::eCharPtr = {carb::eRString::RS_charptr}
Represents
char*
orconst char*
-
constexpr RString carb::variant::eDictionary = {carb::eRString::RS_dictionary}
Represents
dictionary::Item
.
-
constexpr RString carb::variant::eInt64 = {carb::eRString::RS_int64}
Represents
int64_t
orlong long
-
constexpr RString carb::variant::eInt8 = {carb::eRString::RS_int8}
Represents
int8_t
orsigned char
-
constexpr RString carb::variant::eRStringKey = {carb::eRString::RS_RStringKey}
Represents
RStringKey
.
-
constexpr RString carb::variant::eRStringUKey = {carb::eRString::RS_RStringUKey}
Represents
RStringUKey
.
-
constexpr RString carb::variant::eUInt16 = {carb::eRString::RS_uint16}
Represents
uint16_t
orunsigned short
-
constexpr RString carb::variant::eUInt32 = {carb::eRString::RS_uint32}
Represents
uint32_t
orunsigned int
-
constexpr RString carb::variant::eUInt64 = {carb::eRString::RS_uint64}
Represents
uint64_t
orunsigned long long
-
constexpr RString carb::variant::eUInt8 = {carb::eRString::RS_uint8}
Represents
uint8_t
orunsigned char
-
constexpr RString carb::variant::eVariantArray = {carb::eRString::RS_variant_array}
Represents
VariantArray*
.