COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | List of all members
OptionTBuilder< TYPE > Class Template Reference

Builders for OptionT components. More...

Inherits OptionBuilder.

Public Member Functions

virtual boost::shared_ptr< Optioncreate_option (const std::string &name, const boost::any &default_value)
 Create an option with the given default value, passed as a string or vector of strings. More...
 
- Public Member Functions inherited from OptionBuilder
virtual ~OptionBuilder ()
 

Detailed Description

template<typename TYPE>
class cf3::common::OptionTBuilder< TYPE >

Builders for OptionT components.

Definition at line 234 of file OptionT.cpp.

Member Function Documentation

virtual boost::shared_ptr< Option > create_option ( const std::string &  name,
const boost::any &  default_value 
)
inlinevirtual

Create an option with the given default value, passed as a string or vector of strings.

Implements OptionBuilder.

Definition at line 237 of file OptionT.cpp.


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