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

Public Member Functions

 AddNewParameter (ParameterList &parameters, Teuchos::ParameterList &teuchos_parameters, const std::string &name, const boost::any &value, bool &found)
 
template<typename T >
void operator() (const T &)
 

Public Attributes

ParameterListm_parameters
 
Teuchos::ParameterList & m_teuchos_parameters
 
const std::string & m_name
 
const boost::any & m_value
 
bool & m_found
 

Detailed Description

Definition at line 107 of file ParameterList.cpp.

Constructor & Destructor Documentation

AddNewParameter ( ParameterList parameters,
Teuchos::ParameterList &  teuchos_parameters,
const std::string &  name,
const boost::any &  value,
bool &  found 
)
inline

Definition at line 109 of file ParameterList.cpp.

Member Function Documentation

void operator() ( const T &  )
inline

Definition at line 119 of file ParameterList.cpp.

Member Data Documentation

bool& m_found

Definition at line 140 of file ParameterList.cpp.

const std::string& m_name

Definition at line 138 of file ParameterList.cpp.

ParameterList& m_parameters

Definition at line 136 of file ParameterList.cpp.

Teuchos::ParameterList& m_teuchos_parameters

Definition at line 137 of file ParameterList.cpp.

const boost::any& m_value

Definition at line 139 of file ParameterList.cpp.


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