fesa::Converter< T * > Class Template Reference

#include <ConverterStruct.h>

List of all members.

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.

Detailed Description

template<typename T>
class fesa::Converter< T * >

Definition at line 22 of file ConverterStruct.h.


Member Function Documentation

template<typename T >
void fesa::Converter< T * >::stringToValue ( const std::string &  value,
T *  pVal 
) [inline, static]

Method to convert string value into numeric value of type T.

Parameters:
value string value that will be converted
Returns:
converted value as string

Definition at line 49 of file ConverterStruct.h.

References FesaErrorSpecializedConverterNotProvided.

template<typename T >
const fesa::Converter< T * >::valueToString ( T *  value,
std::string &  value 
) [inline, static]

Method to convert numeric value of type T into string value.

Parameters:
value numeric value that will be converted
Returns:
converted value as string

Definition at line 42 of file ConverterStruct.h.

References FesaErrorSpecializedConverterNotProvided.


The documentation for this class was generated from the following file:

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1