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

Conversion for lists. More...

Public Member Functions

 PythonListToAny (const boost::python::list &a_list, boost::any &result, bool &found)
 
template<typename T >
void operator() (T) const
 

Public Attributes

const boost::python::list & m_list
 
boost::any & m_result
 
bool & m_found
 

Detailed Description

Conversion for lists.

Definition at line 208 of file PythonAny.cpp.

Constructor & Destructor Documentation

PythonListToAny ( const boost::python::list &  a_list,
boost::any &  result,
bool &  found 
)
inline

Definition at line 210 of file PythonAny.cpp.

Member Function Documentation

void operator() ( ) const
inline

Definition at line 218 of file PythonAny.cpp.

Member Data Documentation

bool& m_found

Definition at line 244 of file PythonAny.cpp.

const boost::python::list& m_list

Definition at line 242 of file PythonAny.cpp.

boost::any& m_result

Definition at line 243 of file PythonAny.cpp.


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