| DeSR Dependency Parser |
#include <conf_vector.h>


Public Member Functions | |
| conf (char const *name) | |
Protected Member Functions | |
| virtual void | parseValue (char const *&line) |
| Parse the line of text by splitting it into words that are separated by whitespace. | |
| virtual void | reset () |
Definition at line 47 of file conf_vector.h.
| virtual void IXE::conf< std::vector< std::string > >::parseValue | ( | char const *& | line | ) | [inline, protected, virtual] |
Parse the line of text by splitting it into words that are separated by whitespace.
| line | The line of text to be parsed. |
Definition at line 60 of file conf_vector.h.
References IXE::next_token_line().