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

Public Member Functions

 ChildListWrapper (const ComponentWrapper &comp_wrapper)
 

Static Public Member Functions

static ChildListWrapper call (ChildListWrapper &self)
 
static boost::python::object get_item (ChildListWrapper &self, const std::string &child_name)
 
static boost::python::list keys (ChildListWrapper &self)
 
static boost::python::dict dict (ChildListWrapper &self)
 
static boost::python::object getattr (ChildListWrapper &self, const std::string &attr)
 
static Uint len (PropertyListWrapper &self)
 

Public Attributes

ComponentWrapper wrapped_component
 

Detailed Description

Definition at line 623 of file ComponentWrapper.cpp.

Constructor & Destructor Documentation

ChildListWrapper ( const ComponentWrapper comp_wrapper)
inline

Definition at line 625 of file ComponentWrapper.cpp.

Member Function Documentation

static ChildListWrapper call ( ChildListWrapper self)
inlinestatic

Definition at line 631 of file ComponentWrapper.cpp.

static boost::python::dict dict ( ChildListWrapper self)
inlinestatic

Definition at line 651 of file ComponentWrapper.cpp.

static boost::python::object get_item ( ChildListWrapper self,
const std::string &  child_name 
)
inlinestatic

Definition at line 636 of file ComponentWrapper.cpp.

static boost::python::object getattr ( ChildListWrapper self,
const std::string &  attr 
)
inlinestatic

Definition at line 661 of file ComponentWrapper.cpp.

static boost::python::list keys ( ChildListWrapper self)
inlinestatic

Definition at line 641 of file ComponentWrapper.cpp.

static Uint len ( PropertyListWrapper self)
inlinestatic

Definition at line 675 of file ComponentWrapper.cpp.

Member Data Documentation

ComponentWrapper wrapped_component

Definition at line 629 of file ComponentWrapper.cpp.


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