|
InFact
Interpreter and factory for easily creating C++ objects at run-time
|
An interface that allows for a primitive, Factory-constructible object or vector thereof to be initialized based on the next token or tokens from a token stream. More...
#include <stream-init.h>
Public Member Functions | |
| StreamInitializer () | |
| virtual | ~StreamInitializer () |
| virtual void | Init (StreamTokenizer &st, Environment *env=nullptr)=0 |
An interface that allows for a primitive, Factory-constructible object or vector thereof to be initialized based on the next token or tokens from a token stream.
The data member may be an int, a double, a string or a shared_ptr to another Factory-constructible type.
Definition at line 68 of file stream-init.h.
|
inline |
Definition at line 70 of file stream-init.h.
|
inlinevirtual |
Definition at line 71 of file stream-init.h.
|
pure virtual |
1.8.6