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

Conversion for lists. More...

Public Member Functions

 AnyListToPython (const boost::any &value, boost::python::object &result)
 
template<typename T >
void operator() (T) const
 

Public Attributes

const boost::any & m_value
 
boost::python::object & m_result
 

Detailed Description

Conversion for lists.

Definition at line 118 of file PythonAny.cpp.

Constructor & Destructor Documentation

AnyListToPython ( const boost::any &  value,
boost::python::object &  result 
)
inline

Definition at line 120 of file PythonAny.cpp.

Member Function Documentation

void operator() ( ) const
inline

Definition at line 127 of file PythonAny.cpp.

Member Data Documentation

boost::python::object& m_result

Definition at line 147 of file PythonAny.cpp.

const boost::any& m_value

Definition at line 146 of file PythonAny.cpp.


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