#include <property_value.h>
Public Member Functions | |
virtual void | fromString (void *mem, const std::string &str) |
virtual std::string | toString (void *mem) |
virtual const std::type_info & | typeInfo () |
virtual const char * | typeName () |
virtual void | valueCopy (void *dst, const void *src) |
virtual void | valueDestructor (void *mem) |
Static Public Attributes | |
static PropertyValueOperatorsT< T > | static_copy |
Definition at line 145 of file property_value.h.
virtual void rve_properties::PropertyValueOperatorsT< T >::fromString | ( | void * | mem, |
const std::string & | str | ||
) | [inline, virtual] |
Implements rve_properties::PropertyValueOperators.
Definition at line 152 of file property_value.h.
virtual std::string rve_properties::PropertyValueOperatorsT< T >::toString | ( | void * | mem | ) | [inline, virtual] |
Implements rve_properties::PropertyValueOperators.
Definition at line 147 of file property_value.h.
virtual const std::type_info& rve_properties::PropertyValueOperatorsT< T >::typeInfo | ( | ) | [inline, virtual] |
Implements rve_properties::PropertyValueOperators.
Definition at line 169 of file property_value.h.
virtual const char* rve_properties::PropertyValueOperatorsT< T >::typeName | ( | ) | [inline, virtual] |
Implements rve_properties::PropertyValueOperators.
Definition at line 174 of file property_value.h.
virtual void rve_properties::PropertyValueOperatorsT< T >::valueCopy | ( | void * | dst, |
const void * | src | ||
) | [inline, virtual] |
Implements rve_properties::PropertyValueOperators.
Definition at line 163 of file property_value.h.
virtual void rve_properties::PropertyValueOperatorsT< T >::valueDestructor | ( | void * | mem | ) | [inline, virtual] |
Implements rve_properties::PropertyValueOperators.
Definition at line 157 of file property_value.h.
PropertyValueOperatorsT< T > rve_properties::PropertyValueOperatorsT< T >::static_copy [static] |
Definition at line 179 of file property_value.h.