Tanl Linguistic Pipeline |
A conf<bool> is a Var for containing the value of a Boolean configuration variable. More...
#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. |
A conf<bool> is a Var for containing the value of a Boolean configuration variable.
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. |
Implements IXE::Configuration::Item.