#include <ConverterStruct.h>
Static Public Member Functions | |
static void | valueToString (T *value, std::string &value) |
Method to convert numeric value of type T into string value. | |
static void | stringToValue (const std::string &value, T *pVal) |
Method to convert string value into numeric value of type T. |
Definition at line 22 of file ConverterStruct.h.
void fesa::Converter< T * >::stringToValue | ( | const std::string & | value, | |
T * | pVal | |||
) | [inline, static] |
Method to convert string value into numeric value of type T.
value | string value that will be converted |
Definition at line 49 of file ConverterStruct.h.
References FesaErrorSpecializedConverterNotProvided.
const fesa::Converter< T * >::valueToString | ( | T * | value, | |
std::string & | value | |||
) | [inline, static] |
Method to convert numeric value of type T into string value.
value | numeric value that will be converted |
Definition at line 42 of file ConverterStruct.h.
References FesaErrorSpecializedConverterNotProvided.