26 # ifndef Boolean_CLASS
27 # define Boolean_CLASS
A collection of static classes to perform conversions between strings and bool values.
static bool parseBoolean(const std::string &s)
Static method which returns a c++ bool value from a string.
static std::string toString(bool b)
Static method returning a string equals to "true" (resp "false") if the parameter is equal to true (r...