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_torshortcarb::variant::eInt32: Represents
int32_torintcarb::variant::eInt64: Represents
int64_torlong longcarb::variant::eInt8: Represents
int8_torsigned charcarb::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_torunsigned shortcarb::variant::eUInt32: Represents
uint32_torunsigned intcarb::variant::eUInt64: Represents
uint64_torunsigned long longcarb::variant::eUInt8: Represents
uint8_torunsigned charcarb::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_torlong long
-
constexpr RString carb::variant::eInt8 = {carb::eRString::RS_int8}
Represents
int8_torsigned 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_torunsigned short
-
constexpr RString carb::variant::eUInt32 = {carb::eRString::RS_uint32}
Represents
uint32_torunsigned int
-
constexpr RString carb::variant::eUInt64 = {carb::eRString::RS_uint64}
Represents
uint64_torunsigned long long
-
constexpr RString carb::variant::eUInt8 = {carb::eRString::RS_uint8}
Represents
uint8_torunsigned char
-
constexpr RString carb::variant::eVariantArray = {carb::eRString::RS_variant_array}
Represents
VariantArray*.