COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Conversion from any to python for basic types. More...
Public Member Functions | |
AnyToPython (const boost::any &value, boost::python::object &result, bool &found) | |
template<typename T > | |
void | operator() (T) const |
void | operator() (const Handle< common::Component > &) const |
void | operator() (const Handle< common::Component const > &) const |
Public Attributes | |
const boost::any & | m_value |
boost::python::object & | m_result |
bool & | m_found |
Conversion from any to python for basic types.
Definition at line 64 of file PythonAny.cpp.
|
inline |
Definition at line 66 of file PythonAny.cpp.
|
inline |
Definition at line 74 of file PythonAny.cpp.
|
inline |
Definition at line 86 of file PythonAny.cpp.
|
inline |
Definition at line 99 of file PythonAny.cpp.
bool& m_found |
Definition at line 114 of file PythonAny.cpp.
boost::python::object& m_result |
Definition at line 113 of file PythonAny.cpp.
const boost::any& m_value |
Definition at line 112 of file PythonAny.cpp.
Send comments to: COOLFluiD Web Admin |