#include <property_value.h>
Static Public Member Functions | |
static void | fromString (void *mem, const std::string &str) |
static std::string | toString (void *mem) |
static const char * | typeName () |
Definition at line 49 of file property_value.h.
static void rve_properties::ValueTraits< T >::fromString | ( | void * | mem, |
const std::string & | str | ||
) | [inline, static] |
Definition at line 61 of file property_value.h.
static std::string rve_properties::ValueTraits< T >::toString | ( | void * | mem | ) | [inline, static] |
Definition at line 53 of file property_value.h.
static const char* rve_properties::ValueTraits< T >::typeName | ( | ) | [inline, static] |
Definition at line 52 of file property_value.h.