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

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
 

Detailed Description

Conversion from any to python for basic types.

Definition at line 64 of file PythonAny.cpp.

Constructor & Destructor Documentation

AnyToPython ( const boost::any &  value,
boost::python::object &  result,
bool &  found 
)
inline

Definition at line 66 of file PythonAny.cpp.

Member Function Documentation

void operator() ( ) const
inline

Definition at line 74 of file PythonAny.cpp.

void operator() ( const Handle< common::Component > &  ) const
inline

Definition at line 86 of file PythonAny.cpp.

void operator() ( const Handle< common::Component const > &  ) const
inline

Definition at line 99 of file PythonAny.cpp.

Member Data Documentation

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.


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