|
CPN
Computational Process Networks
|
Include dependency graph for ParseBool.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | ParseBool (const std::string &str) |
| Parses string for a boolean value. More... | |
Definition in file ParseBool.h.
| bool ParseBool | ( | const std::string & | str | ) |
Parses string for a boolean value.
Considers no, false, 0 and any abreviation like " f" to be false and everything else to be true (including the empty string). Ignores whitespace. Note "false blah" is true!
| str | the string to parse |
Definition at line 28 of file ParseBool.cc.
Referenced by CPN::NodeBasePrivate::CoerceParam< bool >::Coerce().
Here is the caller graph for this function:
1.8.5