|
InFact
Interpreter and factory for easily creating C++ objects at run-time
|
| Implementation of the Environment class | |
| Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof | |
| Test driver for the Environment class | |
| Contains the implementation of the static method to construct an empty Environment instance | |
| Provides an interface for an Environment, which contains a map from variables of a specific type (primitives, Factory-constructible objects, or vectors thereof) to their values | |
| Provides an implementation of the primary error handling function for th | |
| Provides an error handling function that optionally throws an exception | |
| Provides implementations of the various example classes | |
| Provides various example class headers | |
| Implementation of a generic dynamic object factory | |
| Provides a generic dynamic object factory | |
| Test driver for the Interpreter class | |
| Interpreter implementation | |
| Provides an interpreter for assigning primitives and Factory-constructible objects to named variables, as well as vectors thereof | |
| Provides a generic dynamic object factory | |
| Test driver for the StreamTokenizer class | |
| Implementation of the StreamTokenizer class | |
| Provides the StreamTokenizer class |
1.8.6