Support reading and parsing of configuration streams.
More...
#include <Config.hh>
|
|
| Config () |
| | Constructor.
|
| virtual void | Parse (std::istream &Stream) |
| | Parse the input stream.
|
|
| Config () |
| | Constructor.
|
| virtual void | Parse (std::istream &Stream) |
| | Parse the input stream.
|
Support reading and parsing of configuration streams.
This class supports reading from a stream and parses.
◆ anonymous enum
The various types of parsing understood by the parser.
| Enumerator |
|---|
| ASSIGNMENT | %<var%> = %<value%>
|
| BLOCK | [%<var%>]
|
| WORD | %<word%>
|
◆ anonymous enum
The various types of parsing understood by the parser.
| Enumerator |
|---|
| ASSIGNMENT | %<var%> = %<value%>
|
| BLOCK | [%<var%>]
|
| WORD | %<word%>
|
◆ Parse() [1/2]
| void LDASTools::AL::Config::Parse |
( |
std::istream & | Stream | ) |
|
|
virtual |
Parse the input stream.
- Parameters
-
◆ Parse() [2/2]
| virtual 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:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/build/include/ldastoolsal/Config.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/src/Config.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/src/Config.cc