Tanl Linguistic Pipeline |
A conf_set contains a set of configuration values. More...
#include <conf_set.h>
Public Member Functions | |
conf_set (char const *name) | |
conf_set (char const *name, char const *value) | |
virtual bool | contains (T const &s) const |
template<> | |
void | parseValue (char const *&line) |
template<> | |
void | parseValue (char const *&line) |
template<> | |
void | parseValue (char const *&line) |
template<> | |
void | parseValue (char const *&line) |
Protected Member Functions | |
virtual void | parseValue (char const *&line) |
Parse the line of text by splitting it into tokens separated by whitespace. | |
virtual void | reset () |
A conf_set contains a set of configuration values.
void IXE::conf_set< std::string >::parseValue | ( | char const *& | line | ) | [inline, virtual] |
line | The line of text to be parsed. |
Implements IXE::Configuration::Item.
virtual void IXE::conf_set< T >::parseValue | ( | char const *& | line | ) | [protected, virtual] |
Parse the line of text by splitting it into tokens separated by whitespace.
line | The line of text to be parsed. |
Implements IXE::Configuration::Item.