#include <agenerator.h>
Inheritance diagram for faudes::GeneratorPool:
THIS CLASS NOT IMPLEMENTED. ITS CURRENT "INTERFACE CANDIDATE".
Definition at line 4706 of file agenerator.h.
Public Member Functions | |
GeneratorPool (void) | |
constructor | |
template<class AnyGenerator> | |
AnyGenerator | NewGenerator (void) |
Create empty Generator with event symboltable from pool (this will never work). | |
template<class AnyGenerator> | |
AnyGenerator * | NewGeneratorp (void) |
Create empty Generator with event symboltable from pool (this will work some day). | |
template<class AnyEventSet> | |
AnyEventSet | NewAlphabet (void) |
Create empty Eventset with event symboltable from pool. | |
Private Attributes | |
SymbolTable | mEventSymbolTable |
eventsymbnoltable shared by all generators from this pool | |
SymbolTable * | mEventSymbolTablep |
|
constructor
Definition at line 4709 of file agenerator.h. |
|
Create empty Eventset with event symboltable from pool.
Definition at line 4748 of file agenerator.h. |
|
Create empty Generator with event symboltable from pool (this will never work).
Reimplemented in faudes::tGeneratorPool. Definition at line 4721 of file agenerator.h. |
|
Create empty Generator with event symboltable from pool (this will work some day).
Reimplemented in faudes::tGeneratorPool. Definition at line 4735 of file agenerator.h. |
|
eventsymbnoltable shared by all generators from this pool
Definition at line 4756 of file agenerator.h. |
|
Definition at line 4757 of file agenerator.h. |