fesa::Converter< signed char > Class Template Reference

#include <ConverterSignedChar.h>

List of all members.

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.

Detailed Description

template<>
class fesa::Converter< signed char >

Definition at line 20 of file ConverterSignedChar.h.


Member Function Documentation

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

Method to convert string value into signed char value.

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

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.

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

Definition at line 39 of file ConverterSignedChar.h.

References fesa::StringUtilities::toString().


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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1