DeviceAtlas C++ Api documentation
|
Public Member Functions | |
const char * | strval () const |
float | floatval () const |
const valueset | setval () const |
long | longval () const |
operator bool () const | |
operator std::string () const | |
operator long () const | |
operator float () const | |
int | compare (const Value &) const |
std::string | toString () const |
Public Attributes | |
union { | |
const char * strval | |
float floatval | |
long longval | |
} | u |
valueset | set |
PropertyType | type |