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

Conversion for basic types. More...

Public Member Functions

 PythonToAny (const boost::python::object &value, boost::any &result, bool &found)
 
template<typename T >
void operator() (T) const
 
void operator() (const Real &) const
 
void operator() (const Handle< common::Component > &) const
 

Public Attributes

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

Detailed Description

Conversion for basic types.

Definition at line 151 of file PythonAny.cpp.

Constructor & Destructor Documentation

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

Definition at line 153 of file PythonAny.cpp.

Member Function Documentation

void operator() ( ) const
inline

Definition at line 161 of file PythonAny.cpp.

void operator() ( const Real &  ) const
inline

Definition at line 175 of file PythonAny.cpp.

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

Definition at line 189 of file PythonAny.cpp.

Member Data Documentation

bool& m_found

Definition at line 204 of file PythonAny.cpp.

boost::any& m_result

Definition at line 203 of file PythonAny.cpp.

const boost::python::object& m_value

Definition at line 202 of file PythonAny.cpp.


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