Support reading and parsing of configuration streams.
More...
#include <Config.hh>
|
| Config () |
| Constructor.
|
|
virtual void | Parse (std::istream &Stream) |
| Parse the input stream. More...
|
|
Support reading and parsing of configuration streams.
This class supports reading from a stream and parses.
The various types of parsing understood by the parser.
Enumerator |
---|
ASSIGNMENT |
%<var%> = %<value%>
|
BLOCK |
[%<var%>]
|
WORD |
%<word%>
|
void LDASTools::AL::Config::Parse |
( |
std::istream & |
Stream | ) |
|
|
virtual |
Parse the input stream.
- Parameters
-
The documentation for this class was generated from the following files: