#include <ConverterSignedChar.h>
Static Public Member Functions | |
static void | valueToString (signed char value, std::string &str) |
Method to convert signed char value into string value. | |
static void | stringToValue (const std::string &value, signed char *pVal) |
Method to convert string value into signed char value. |
Definition at line 20 of file ConverterSignedChar.h.
void fesa::Converter< signed char >::stringToValue | ( | const std::string & | value, | |
signed char * | pVal | |||
) | [inline, static] |
Method to convert string value into signed char value.
value | string value that will be converted |
Definition at line 44 of file ConverterSignedChar.h.
References fesa::StringUtilities::fromString().
void fesa::Converter< signed char >::valueToString | ( | signed char | value, | |
std::string & | str | |||
) | [inline, static] |
Method to convert signed char value into string value.
value | signed char value that will be converted |
Definition at line 39 of file ConverterSignedChar.h.
References fesa::StringUtilities::toString().