DeSR Dependency Parser |
#include <conf_bool.h>
Public Member Functions | |
conf (char const *name, bool default_value) | |
conf< bool > & | operator= (bool new_value) |
Protected Member Functions | |
virtual void | parseValue (char const *&line) |
Parse a Boolean value from the line of text. |
Definition at line 43 of file conf_bool.h.
void IXE::conf< bool >::parseValue | ( | char const *& | lines | ) | [protected, virtual] |
Parse a Boolean value from the line of text.
Acceptable values (regardless of case) are: f, false, n, no, off, on, t, true, y, yes
line | The line of text to be parsed. |
Definition at line 50 of file conf_bool.cpp.
References IXE::next_token_line().