InFact
Interpreter and factory for easily creating C++ objects at run-time
|
Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof. More...
#include <sstream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <typeinfo>
#include "environment.h"
#include "error.h"
Go to the source code of this file.
Classes | |
class | infact::EnvironmentImpl |
Provides a set of named variables and their types, as well as the values for those variables. More... | |
Namespaces | |
infact | |
The namespace for the entire InFact library. | |
Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof.
Definition in file environment-impl.h.