COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
ScriptEngine::PythonDictEntry Class Reference

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< PythonDictEntryentry_list
 

Detailed Description

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.

Constructor & Destructor Documentation

PythonDictEntry ( )
inline

Definition at line 98 of file ScriptEngine.hpp.

PythonDictEntry ( const PythonDictEntry entry)
inline

Definition at line 99 of file ScriptEngine.hpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file:
Send comments to:
COOLFluiD Web Admin