#include <Boolean.h>
Static Public Member Functions | |
bool | parseBoolean (const string &s) |
string | toString (bool b) |
|
Static method which returns a c++ bool value from a string. returns true if the string is equal to "TRUE" or "true" and false otherwise.
|
|
Static method returning a string equals to "true" (resp "false") if the parameter is equal to true (resp. false).
|