Functions | |
| bool | MsgLevel (const char *stream, const char *level) |
| Set the stream's message level. | |
| void | eat_whitespace (std::istream &is) |
| discard all whitespace chars until hitting a non-whitespace | |
| std::string | read_quoted_string (std::istream &is) |
|
|
discard all whitespace chars until hitting a non-whitespace
|
|
||||||||||||
|
Set the stream's message level.
Referenced by DbmModule::SetLogLevel(). |
|
|
return a string of words. Strings are delimited by single quotes. any leading white space is eaten. Referenced by RegistryItemXxx< T >::ReadStream(), and Registry::ReadStream(). |
1.3.9.1