This is the complete list of members for CppCrate::Value, including all inherited members.
asBool() const | CppCrate::Value | |
asDouble() const | CppCrate::Value | |
asFloat() const | CppCrate::Value | |
asInt16() const | CppCrate::Value | |
asInt32() const | CppCrate::Value | |
asInt64() const | CppCrate::Value | |
asString() const | CppCrate::Value | |
BoolType enum value | CppCrate::Value | |
crateType() const | CppCrate::Value | |
DoubleType enum value | CppCrate::Value | |
FloatType enum value | CppCrate::Value | |
Int16Type enum value | CppCrate::Value | |
Int32Type enum value | CppCrate::Value | |
Int64Type enum value | CppCrate::Value | |
InvalidType enum value | CppCrate::Value | |
isInvalid() const | CppCrate::Value | |
isNull() const | CppCrate::Value | |
name() const | CppCrate::Value | |
NullType enum value | CppCrate::Value | |
StringType enum value | CppCrate::Value | |
Type enum name | CppCrate::Value | |
type() const | CppCrate::Value | |
Value() | CppCrate::Value | |
Value(const CrateDataType &type) | CppCrate::Value | explicit |
Value(const CrateDataType &type, bool) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, bool value) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, int16_t value) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, int32_t value) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, int64_t value) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, float value) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, double value) | CppCrate::Value | |
Value(const std::string &name, const CrateDataType &type, const std::string &value) | CppCrate::Value |