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

Builder for OptionComponents. More...

#include <Builder.hpp>

Inherits OptionBuilder.

Public Member Functions

 OptionComponentBuilder ()
 
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::OptionComponentBuilder< CTYPE >

Builder for OptionComponents.

Definition at line 87 of file Builder.hpp.

Constructor & Destructor Documentation

Definition at line 90 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 91 of file Builder.hpp.


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