COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <AllocatedComponent.hpp>
Inherits ComponentT.
Public Member Functions | |
AllocatedComponent (const std::string &name) | |
std::string | derived_type_name () const |
Component::derived_type_name implementation. More... | |
Wraps a component that has been allocated using common::allocate_component. This class implements derived_type_name, making it transparent to the portable typing system and ensuring at compile time that components must be properly allocated This class also provides some possibilities to wrap certain component functions, allowing transparent addition of features like timing This class should never be used directly, use the component interface instead
Definition at line 30 of file AllocatedComponent.hpp.
|
inline |
Definition at line 33 of file AllocatedComponent.hpp.
|
inline |
Component::derived_type_name implementation.
Definition at line 38 of file AllocatedComponent.hpp.
Send comments to: COOLFluiD Web Admin |