ldas-tools-al  2.6.6
Public Types | Public Member Functions | List of all members
LDASTools::AL::Config Class Referenceabstract

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...
 
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. More...
 
 Config ()
 Constructor.
 
virtual void Parse (std::istream &Stream)
 Parse the input stream. More...
 
 Config ()
 Constructor.
 
virtual void Parse (std::istream &Stream)
 Parse the input stream. More...
 

Detailed Description

Support reading and parsing of configuration streams.

This class supports reading from a stream and parses.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

The various types of parsing understood by the parser.

Enumerator
ASSIGNMENT 

%<var%> = %<value%>

BLOCK 

[%<var%>]

WORD 

%<word%>

◆ anonymous enum

anonymous enum

The various types of parsing understood by the parser.

Enumerator
ASSIGNMENT 

%<var%> = %<value%>

BLOCK 

[%<var%>]

WORD 

%<word%>

◆ anonymous enum

anonymous enum

The various types of parsing understood by the parser.

Enumerator
ASSIGNMENT 

%<var%> = %<value%>

BLOCK 

[%<var%>]

WORD 

%<word%>

Member Function Documentation

◆ Parse() [1/3]

void LDASTools::AL::Config::Parse ( std::istream &  Stream)
virtual

Parse the input stream.

Parameters
[in]StreamInput stream.

◆ Parse() [2/3]

virtual void LDASTools::AL::Config::Parse ( std::istream &  Stream)
virtual

Parse the input stream.

Parameters
[in]StreamInput stream.

◆ Parse() [3/3]

virtual void LDASTools::AL::Config::Parse ( std::istream &  Stream)
virtual

Parse the input stream.

Parameters
[in]StreamInput stream.

The documentation for this class was generated from the following files: