InFact
Interpreter and factory for easily creating C++ objects at run-time
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces
environment-impl.h File Reference

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.
 

Detailed Description

Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof.

Author
dbike.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Dan Bikel)

Definition in file environment-impl.h.