fesa::Converter< bool > Class Template Reference

#include <ConverterBool.h>

List of all members.

Static Public Member Functions

static void valueToString (bool value, std::string &str)
 Method to convert boolean value into string value.
static void stringToValue (const std::string &value, bool *pVal)
 Method to convert string value into boolean value.

Detailed Description

template<>
class fesa::Converter< bool >

Definition at line 20 of file ConverterBool.h.


Member Function Documentation

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

Method to convert string value into boolean value.

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

Definition at line 51 of file ConverterBool.h.

References FesaErrorWrongBooleanValue.

Referenced by fesa::Converter< FaultField_DataType >::stringToValue().

void fesa::Converter< bool >::valueToString ( bool  value,
std::string &  str 
) [inline, static]

Method to convert boolean value into string value.

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

Definition at line 39 of file ConverterBool.h.

Referenced by fesa::Converter< FaultField_DataType >::valueToString().


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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1