#include <ConverterBool.h>
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. |
Definition at line 20 of file ConverterBool.h.
void fesa::Converter< bool >::stringToValue | ( | const std::string & | value, | |
bool * | pVal | |||
) | [inline, static] |
Method to convert string value into boolean value.
value | string value that will be converted |
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.
value | boolean value that will be converted |
Definition at line 39 of file ConverterBool.h.
Referenced by fesa::Converter< FaultField_DataType >::valueToString().