COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Allow to make a tree representation of the python scope. the root of the tree is supposed to be a python dictionnary, children are simple python objects. More...
Public Member Functions | |
PythonDictEntry () | |
PythonDictEntry (const PythonDictEntry &entry) | |
Public Attributes | |
PyObject * | py_ref |
std::string | name |
std::string | value |
std::vector< PythonDictEntry > | entry_list |
Allow to make a tree representation of the python scope. the root of the tree is supposed to be a python dictionnary, children are simple python objects.
Definition at line 96 of file ScriptEngine.hpp.
|
inline |
Definition at line 98 of file ScriptEngine.hpp.
|
inline |
Definition at line 99 of file ScriptEngine.hpp.
std::vector<PythonDictEntry> entry_list |
Definition at line 108 of file ScriptEngine.hpp.
std::string name |
Definition at line 106 of file ScriptEngine.hpp.
PyObject* py_ref |
Definition at line 105 of file ScriptEngine.hpp.
std::string value |
Definition at line 107 of file ScriptEngine.hpp.
Send comments to: COOLFluiD Web Admin |