COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | List of all members
RegistTypeInfo< TYPE, LIB > Struct Template Reference

#include <TypeInfo.hpp>

Public Member Functions

 RegistTypeInfo (const std::string &name=LIB::library_namespace()+"."+TYPE::type_name())
 Registers this type into the TypeInfo registry. More...
 

Detailed Description

template<typename TYPE, typename LIB>
struct cf3::common::RegistTypeInfo< TYPE, LIB >

Register type info for a class that belongs to a coolfluid library, including the full namespace in the name Also registers type information for the handle and a vector of handles

Definition at line 78 of file TypeInfo.hpp.

Constructor & Destructor Documentation

RegistTypeInfo ( const std::string &  name = LIB::library_namespace()+"."+TYPE::type_name())
inline

Registers this type into the TypeInfo registry.

Definition at line 81 of file TypeInfo.hpp.


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