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
OptionListWrapper Struct Reference

Public Member Functions

 OptionListWrapper (const ComponentWrapper &comp_wrapper)
 

Static Public Member Functions

static OptionListWrapper call (OptionListWrapper &self)
 
static OptionListWrapper set (OptionListWrapper &self, const std::string &optname, const boost::python::object &val)
 
static boost::python::object get_item (OptionListWrapper &self, const std::string &optname)
 
static void set_item (OptionListWrapper &self, const std::string &optname, const boost::python::object &val)
 
static boost::python::list keys (OptionListWrapper &self)
 
static boost::python::dict dict (OptionListWrapper &self)
 
static boost::python::object getattr (OptionListWrapper &self, const std::string &attr)
 
static void setattr (OptionListWrapper &self, const std::string attr, const boost::python::object &value)
 

Public Attributes

ComponentWrapper wrapped_component
 

Detailed Description

Definition at line 443 of file ComponentWrapper.cpp.

Constructor & Destructor Documentation

OptionListWrapper ( const ComponentWrapper comp_wrapper)
inline

Definition at line 445 of file ComponentWrapper.cpp.

Member Function Documentation

static OptionListWrapper call ( OptionListWrapper self)
inlinestatic

Definition at line 451 of file ComponentWrapper.cpp.

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

Definition at line 486 of file ComponentWrapper.cpp.

static boost::python::object get_item ( OptionListWrapper self,
const std::string &  optname 
)
inlinestatic

Definition at line 463 of file ComponentWrapper.cpp.

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

Definition at line 497 of file ComponentWrapper.cpp.

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

Definition at line 474 of file ComponentWrapper.cpp.

static OptionListWrapper set ( OptionListWrapper self,
const std::string &  optname,
const boost::python::object &  val 
)
inlinestatic

Definition at line 456 of file ComponentWrapper.cpp.

static void set_item ( OptionListWrapper self,
const std::string &  optname,
const boost::python::object &  val 
)
inlinestatic

Definition at line 469 of file ComponentWrapper.cpp.

static void setattr ( OptionListWrapper self,
const std::string  attr,
const boost::python::object &  value 
)
inlinestatic

Definition at line 510 of file ComponentWrapper.cpp.

Member Data Documentation

ComponentWrapper wrapped_component

Definition at line 449 of file ComponentWrapper.cpp.


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