InFact
Interpreter and factory for easily creating C++ objects at run-time
|
This is the complete list of members for infact::VarMapImpl< T, Derived >, including all inherited members.
Copy(Environment *env) const | infact::VarMapImpl< T, Derived > | inlinevirtual |
Defined(const string &varname) const | infact::VarMapImpl< T, Derived > | inlinevirtual |
env() | infact::VarMapImpl< T, Derived > | inlineprotected |
env_ | infact::VarMapBase | protected |
Get(const string &varname, T *value) const | infact::VarMapImpl< T, Derived > | inline |
is_primitive_ | infact::VarMapBase | protected |
IsPrimitive() const | infact::VarMapBase | inlinevirtual |
Name() const | infact::VarMapBase | inlinevirtual |
name_ | infact::VarMapBase | protected |
Print(ostream &os) const | infact::VarMapImpl< T, Derived > | inlinevirtual |
ReadAndSet(const string &varname, StreamTokenizer &st)=0 | infact::VarMapBase | pure virtual |
ReadAndSetFromExistingVariable(const string &varname, StreamTokenizer &st) | infact::VarMapImpl< T, Derived > | inlineprotected |
Set(const string &varname, T value) | infact::VarMapImpl< T, Derived > | inline |
SetMembers(const string &name, Environment *env, bool is_primitive) | infact::VarMapBase | inlineprotected |
VarMapBase(const string &name, Environment *env, bool is_primitive) | infact::VarMapBase | inline |
VarMapImpl(const string &name, Environment *env, bool is_primitive=true) | infact::VarMapImpl< T, Derived > | inline |
~VarMapBase() | infact::VarMapBase | inlinevirtual |
~VarMapImpl() | infact::VarMapImpl< T, Derived > | inlinevirtual |