Value wrapper for various types.
A value instance can be initialized with a specific type, meanwhile it can be casted back to its raw type.
Definition at line 53 of file service-maker/includes/object.hpp.
◆ Value() [1/26]
| deepstream::Object::Value::Value |
( |
| ) |
|
◆ Value() [2/26]
| deepstream::Object::Value::Value |
( |
char |
value | ) |
|
◆ Value() [3/26]
| deepstream::Object::Value::Value |
( |
unsigned char |
value | ) |
|
◆ Value() [4/26]
| deepstream::Object::Value::Value |
( |
int |
value | ) |
|
◆ Value() [5/26]
| deepstream::Object::Value::Value |
( |
unsigned int |
value | ) |
|
◆ Value() [6/26]
| deepstream::Object::Value::Value |
( |
long |
value | ) |
|
◆ Value() [7/26]
| deepstream::Object::Value::Value |
( |
unsigned long |
value | ) |
|
◆ Value() [8/26]
| deepstream::Object::Value::Value |
( |
float |
value | ) |
|
◆ Value() [9/26]
| deepstream::Object::Value::Value |
( |
double |
value | ) |
|
◆ Value() [10/26]
| deepstream::Object::Value::Value |
( |
const std::string |
value | ) |
|
◆ Value() [11/26]
| deepstream::Object::Value::Value |
( |
const char * |
value | ) |
|
◆ Value() [12/26]
| deepstream::Object::Value::Value |
( |
bool |
value | ) |
|
◆ Value() [13/26]
| deepstream::Object::Value::Value |
( |
const Value & |
other | ) |
|
◆ ~Value() [1/2]
| virtual deepstream::Object::Value::~Value |
( |
| ) |
|
|
virtual |
◆ Value() [14/26]
| deepstream::Object::Value::Value |
( |
| ) |
|
◆ Value() [15/26]
| deepstream::Object::Value::Value |
( |
char |
value | ) |
|
◆ Value() [16/26]
| deepstream::Object::Value::Value |
( |
unsigned char |
value | ) |
|
◆ Value() [17/26]
| deepstream::Object::Value::Value |
( |
int |
value | ) |
|
◆ Value() [18/26]
| deepstream::Object::Value::Value |
( |
unsigned int |
value | ) |
|
◆ Value() [19/26]
| deepstream::Object::Value::Value |
( |
long |
value | ) |
|
◆ Value() [20/26]
| deepstream::Object::Value::Value |
( |
unsigned long |
value | ) |
|
◆ Value() [21/26]
| deepstream::Object::Value::Value |
( |
float |
value | ) |
|
◆ Value() [22/26]
| deepstream::Object::Value::Value |
( |
double |
value | ) |
|
◆ Value() [23/26]
| deepstream::Object::Value::Value |
( |
const std::string |
value | ) |
|
◆ Value() [24/26]
| deepstream::Object::Value::Value |
( |
const char * |
value | ) |
|
◆ Value() [25/26]
| deepstream::Object::Value::Value |
( |
bool |
value | ) |
|
◆ Value() [26/26]
| deepstream::Object::Value::Value |
( |
const Value & |
other | ) |
|
◆ ~Value() [2/2]
| virtual deepstream::Object::Value::~Value |
( |
| ) |
|
|
virtual |
◆ isBoolean() [1/2]
| bool deepstream::Object::Value::isBoolean |
( |
| ) |
const |
◆ isBoolean() [2/2]
| bool deepstream::Object::Value::isBoolean |
( |
| ) |
const |
◆ isChar() [1/2]
| bool deepstream::Object::Value::isChar |
( |
| ) |
const |
◆ isChar() [2/2]
| bool deepstream::Object::Value::isChar |
( |
| ) |
const |
◆ isFloat() [1/2]
| bool deepstream::Object::Value::isFloat |
( |
| ) |
const |
◆ isFloat() [2/2]
| bool deepstream::Object::Value::isFloat |
( |
| ) |
const |
◆ isInteger() [1/2]
| bool deepstream::Object::Value::isInteger |
( |
| ) |
const |
◆ isInteger() [2/2]
| bool deepstream::Object::Value::isInteger |
( |
| ) |
const |
◆ isString() [1/2]
| bool deepstream::Object::Value::isString |
( |
| ) |
const |
◆ isString() [2/2]
| bool deepstream::Object::Value::isString |
( |
| ) |
const |
◆ isUnsignedChar() [1/2]
| bool deepstream::Object::Value::isUnsignedChar |
( |
| ) |
const |
◆ isUnsignedChar() [2/2]
| bool deepstream::Object::Value::isUnsignedChar |
( |
| ) |
const |
◆ isUnsignedInteger() [1/2]
| bool deepstream::Object::Value::isUnsignedInteger |
( |
| ) |
const |
◆ isUnsignedInteger() [2/2]
| bool deepstream::Object::Value::isUnsignedInteger |
( |
| ) |
const |
◆ operator bool() [1/2]
| deepstream::Object::Value::operator bool |
( |
| ) |
const |
◆ operator bool() [2/2]
| deepstream::Object::Value::operator bool |
( |
| ) |
const |
◆ operator char() [1/2]
| deepstream::Object::Value::operator char |
( |
| ) |
const |
◆ operator char() [2/2]
| deepstream::Object::Value::operator char |
( |
| ) |
const |
◆ operator const char *() [1/2]
| deepstream::Object::Value::operator const char * |
( |
| ) |
const |
◆ operator const char *() [2/2]
| deepstream::Object::Value::operator const char * |
( |
| ) |
const |
◆ operator double() [1/2]
| deepstream::Object::Value::operator double |
( |
| ) |
const |
◆ operator double() [2/2]
| deepstream::Object::Value::operator double |
( |
| ) |
const |
◆ operator float() [1/2]
| deepstream::Object::Value::operator float |
( |
| ) |
const |
◆ operator float() [2/2]
| deepstream::Object::Value::operator float |
( |
| ) |
const |
◆ operator int() [1/2]
| deepstream::Object::Value::operator int |
( |
| ) |
const |
◆ operator int() [2/2]
| deepstream::Object::Value::operator int |
( |
| ) |
const |
◆ operator long() [1/2]
| deepstream::Object::Value::operator long |
( |
| ) |
const |
◆ operator long() [2/2]
| deepstream::Object::Value::operator long |
( |
| ) |
const |
◆ operator std::string() [1/2]
| deepstream::Object::Value::operator std::string |
( |
| ) |
const |
◆ operator std::string() [2/2]
| deepstream::Object::Value::operator std::string |
( |
| ) |
const |
◆ operator unsigned char() [1/2]
| deepstream::Object::Value::operator unsigned char |
( |
| ) |
const |
◆ operator unsigned char() [2/2]
| deepstream::Object::Value::operator unsigned char |
( |
| ) |
const |
◆ operator unsigned int() [1/2]
| deepstream::Object::Value::operator unsigned int |
( |
| ) |
const |
◆ operator unsigned int() [2/2]
| deepstream::Object::Value::operator unsigned int |
( |
| ) |
const |
◆ operator unsigned long() [1/2]
| deepstream::Object::Value::operator unsigned long |
( |
| ) |
const |
◆ operator unsigned long() [2/2]
| deepstream::Object::Value::operator unsigned long |
( |
| ) |
const |
◆ operator=() [1/2]
| Value& deepstream::Object::Value::operator= |
( |
const Value & |
other | ) |
|
◆ operator=() [2/2]
| Value& deepstream::Object::Value::operator= |
( |
const Value & |
other | ) |
|
◆ Object
The documentation for this class was generated from the following file: