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

Builder for OptionArrays of this component. More...

#include <Builder.hpp>

Inherits OptionBuilder.

Public Member Functions

 OptionComponentArrayBuilder ()
 
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 CTYPE>
class cf3::common::OptionComponentArrayBuilder< CTYPE >

Builder for OptionArrays of this component.

Definition at line 99 of file Builder.hpp.

Constructor & Destructor Documentation

Definition at line 102 of file Builder.hpp.

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 103 of file Builder.hpp.


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