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

Checks the builder reduced name matches The reduced name is the name without the namespace preceding it. More...

Public Member Functions

 IsBuilderReducedName ()
 
 IsBuilderReducedName (const std::string &name)
 
bool operator() (const Handle< Component const > &component) const
 
bool operator() (const Component &component) const
 

Private Attributes

std::string m_builder_reduced_name
 

Detailed Description

Checks the builder reduced name matches The reduced name is the name without the namespace preceding it.

Definition at line 31 of file Factory.cpp.

Constructor & Destructor Documentation

Definition at line 35 of file Factory.cpp.

IsBuilderReducedName ( const std::string &  name)
inline

Definition at line 36 of file Factory.cpp.

Member Function Documentation

bool operator() ( const Handle< Component const > &  component) const
inline

Definition at line 38 of file Factory.cpp.

bool operator() ( const Component component) const
inline

Definition at line 46 of file Factory.cpp.

Member Data Documentation

std::string m_builder_reduced_name
private

Definition at line 33 of file Factory.cpp.


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