#include <valuegen.h>
Inheritance diagram for ValueGeneratorFactory


Public Methods | |
| ValueGeneratorFactory () | |
| virtual | ~ValueGeneratorFactory () |
| virtual ValueGenerator<T>* | create (StringArgs args) const |
| Constructs and returns a ValueGenerator of the specified type. More... | |
| virtual ValueGenerator<T>* | create (StringArgs args, T* ref) const |
| Extended version of create() that can correlate or link the new ValueGenerator with an existing one. More... | |
If you need to support more types defined in other files, derive a new class from this one and have it call this one for anything your class doesn't handle.
Definition at line 388 of file valuegen.h.
|
||||
|
Definition at line 390 of file valuegen.h. |
|
||||
|
Definition at line 391 of file valuegen.h. |
|
||||||
|
Extended version of create() that can correlate or link the new ValueGenerator with an existing one.
Reimplemented from VGenFactory. Definition at line 424 of file valuegen.h. |
|
||||
|
Constructs and returns a ValueGenerator of the specified type.
Reimplemented from VGenFactory. Definition at line 394 of file valuegen.h. Referenced by NamedValueGenerators::create(). |
1.2.1 written by Dimitri van Heesch,
© 1997-2000