DeviceAtlas C++ interface Api
|
Abstract type representing a property's value. More...
#include <common_priv.h>
Public Member Functions | |
const char * | strval () const |
long | longval () const |
operator bool () const | |
operator std::string () const | |
operator long () const | |
operator std::string_view () const | |
Public Attributes | |
union { | |
const char * strval | |
long longval | |
} | u |
PropertyType | type |
Abstract type representing a property's value.
operators are available to avoid dealing with the adequate value type's layer.