|
ldas-tools-al
2.6.4
|
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. More... | |
| virtual void | Parse (std::istream &Stream) |
| Parse the input stream. More... | |
| 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. More... | |
| virtual void | Parse (std::istream &Stream) |
| Parse the input stream. More... | |
| 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 |
1.8.14