|
ldas-tools-al 2.6.7
|
Support reading and parsing of configuration streams. More...
#include <Config.hh>
Public Types | |
| enum | { ASSIGNMENT , BLOCK , WORD } |
| The various types of parsing understood by the parser. More... | |
| enum | { ASSIGNMENT , BLOCK , WORD } |
| The various types of parsing understood by the parser. More... | |
Public Member Functions | |
| Config () | |
| Constructor. | |
| virtual void | Parse (std::istream &Stream) |
| Parse the input stream. | |
| virtual void | ParseBlock (const std::string &Value)=0 |
| virtual void | ParseKeyValue (const std::string &Key, const std::string &Value)=0 |
| virtual void | ParseWord (const std::string &Value)=0 |
| Config () | |
| Constructor. | |
| virtual void | Parse (std::istream &Stream) |
| Parse the input stream. | |
| virtual void | ParseBlock (const std::string &Value)=0 |
| virtual void | ParseKeyValue (const std::string &Key, const std::string &Value)=0 |
| virtual void | ParseWord (const std::string &Value)=0 |
Support reading and parsing of configuration streams.
This class supports reading from a stream and parses.
| anonymous enum |
| anonymous enum |
| LDASTools::AL::Config::Config | ( | ) |
Constructor.
| LDASTools::AL::Config::Config | ( | ) |
Constructor.
|
virtual |
Parse the input stream.
| [in] | Stream | Input stream. |
|
virtual |
Parse the input stream.
| [in] | Stream | Input stream. |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |