#include <Parse.h>
Inheritance diagram for Parse::Parser:

Public Methods | |
| virtual | ~Parser () |
| void | addAction (string identifier, ParseAction *dynPtrAction) |
| virtual void | read ()=0 |
Definition at line 61 of file Parse.h.
|
|
Parser destructor. deletes all ParseAction sent to it via addAction |
|
||||||||||||
|
Adds identifier, action pair
|
|
|
Performs actual reading of the ifstream passed to the constructor. Specific behavior specified by the implementation
Reimplemented in Parse::SimpleParser, and Parse::CommandLineParser. |
|
|
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001