| DeSR Dependency Parser |
#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 () |
Definition at line 47 of file conf_set.h.
| void IXE::conf_set< std::string >::parseValue | ( | char const *& | line | ) | [inline] |
| line | The line of text to be parsed. |
Definition at line 42 of file conf_set.cpp.
References IXE::next_token_line(), and IXE::Var< std::set< T > >::value.
| 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. |