#include <Boolean.h>
Definition at line 40 of file Boolean.h.
Static Public Member Functions | |
| static bool | parseBoolean (const string &s) |
| Static method which returns a c++ bool value from a string. | |
| static string | toString (bool b) |
| Static method returning a string equals to "true" (resp "false") if the parameter is equal to true (resp. | |
| static bool asdm::Boolean::parseBoolean | ( | const string & | s | ) | [static] |
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.
| s | a string. |
| static string asdm::Boolean::toString | ( | bool | b | ) | [static] |
Static method returning a string equals to "true" (resp "false") if the parameter is equal to true (resp.
false).
| b | a boolean. |
1.5.1