InFact
Interpreter and factory for easily creating C++ objects at run-time
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
File List
Here is a list of all files with brief descriptions:
[detail level 123]
\-src
 \-infact
  o*environment-impl.ccImplementation of the Environment class
  o*environment-impl.hProvides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof
  o*environment-test.ccTest driver for the Environment class
  o*environment.ccContains the implementation of the static method to construct an empty Environment instance
  o*environment.hProvides 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
  o*error.ccProvides an implementation of the primary error handling function for th
  o*error.hProvides an error handling function that optionally throws an exception
  o*example.ccProvides implementations of the various example classes
  o*example.hProvides various example class headers
  o*factory.ccImplementation of a generic dynamic object factory
  o*factory.hProvides a generic dynamic object factory
  o*interpreter-test.ccTest driver for the Interpreter class
  o*interpreter.ccInterpreter implementation
  o*interpreter.hProvides an interpreter for assigning primitives and Factory-constructible objects to named variables, as well as vectors thereof
  o*stream-init.hProvides a generic dynamic object factory
  o*stream-tokenizer-test.ccTest driver for the StreamTokenizer class
  o*stream-tokenizer.ccImplementation of the StreamTokenizer class
  \*stream-tokenizer.hProvides the StreamTokenizer class