#include <ListParser.h>
Inheritance diagram for Parse::GeneratedListParser:


Public Methods | |
| GeneratedListParser (list< Base *> &listToAddTo, ParserGenerator< Base > *dynPtrParseGen) | |
| virtual void | getValue (istream &input) |
| virtual | ~GeneratedListParser () |
Definition at line 109 of file ListParser.h.
|
||||||||||||||||
|
GeneratedListParser constructor.
Definition at line 118 of file ListParser.h. |
|
|||||||||
|
deletes dynPtrParseGen passed to it in the constructor Definition at line 136 of file ListParser.h. |
|
||||||||||
|
Creates a new Base on the heap, puts a pointer to it the list passed to it in the constructor. It then parses ithe input stream for identifiers based on the ParserGenerator passed to the constructor of this class Reimplemented from Parse::ParseAction. Definition at line 127 of file ListParser.h. |
|
|||||
|
Definition at line 140 of file ListParser.h. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001