Classes |
class | Exception |
class | Uuid |
struct | InvalidConversion |
| Thrown when an illegal conversion of a variant is attempted. More...
|
class | Variant |
| Represents a value of variable type. More...
|
Enumerations |
enum | VariantType {
VAR_VOID = 0,
VAR_BOOL,
VAR_UINT8,
VAR_UINT16,
VAR_UINT32,
VAR_UINT64,
VAR_INT8,
VAR_INT16,
VAR_INT32,
VAR_INT64,
VAR_FLOAT,
VAR_DOUBLE,
VAR_STRING,
VAR_MAP,
VAR_LIST,
VAR_UUID
} |
Functions |
bool | operator== (const Uuid &, const Uuid &) |
| Returns true if the uuids are equal, false otherwise.
|
bool | operator!= (const Uuid &, const Uuid &) |
| Returns true if the uuids are NOT equal, false if they are.
|
bool | operator< (const Uuid &, const Uuid &) |
bool | operator> (const Uuid &, const Uuid &) |
bool | operator<= (const Uuid &, const Uuid &) |
bool | operator>= (const Uuid &, const Uuid &) |
std::ostream & | operator<< (std::ostream &, Uuid) |
| Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
|
std::istream & | operator>> (std::istream &, Uuid &) |
| Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
|
std::ostream & | operator<< (std::ostream &out, const Variant &value) |
std::ostream & | operator<< (std::ostream &out, const Variant::Map &map) |
std::ostream & | operator<< (std::ostream &out, const Variant::List &list) |
bool | operator== (const Variant &a, const Variant &b) |