#include <property_value.h>
Public Member Functions | |
virtual void | fromString (void *mem, const std::string &str)=0 |
virtual std::string | toString (void *mem)=0 |
virtual const std::type_info & | typeInfo ()=0 |
virtual const char * | typeName ()=0 |
virtual void | valueCopy (void *dst, const void *src)=0 |
virtual void | valueDestructor (void *mem)=0 |
Definition at line 134 of file property_value.h.
virtual void rve_properties::PropertyValueOperators::fromString | ( | void * | mem, |
const std::string & | str | ||
) | [pure virtual] |
Implemented in rve_properties::PropertyValueOperatorsT< T >.
virtual std::string rve_properties::PropertyValueOperators::toString | ( | void * | mem | ) | [pure virtual] |
Implemented in rve_properties::PropertyValueOperatorsT< T >.
virtual const std::type_info& rve_properties::PropertyValueOperators::typeInfo | ( | ) | [pure virtual] |
Implemented in rve_properties::PropertyValueOperatorsT< T >.
virtual const char* rve_properties::PropertyValueOperators::typeName | ( | ) | [pure virtual] |
Implemented in rve_properties::PropertyValueOperatorsT< T >.
virtual void rve_properties::PropertyValueOperators::valueCopy | ( | void * | dst, |
const void * | src | ||
) | [pure virtual] |
Implemented in rve_properties::PropertyValueOperatorsT< T >.
virtual void rve_properties::PropertyValueOperators::valueDestructor | ( | void * | mem | ) | [pure virtual] |
Implemented in rve_properties::PropertyValueOperatorsT< T >.