hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::component::ComponentsFactory Class Reference

#include <ComponentsFactory.hpp>

Public Member Functions

 ComponentsFactory ()
bool isClass (ComponentType cType)
ComponentBasecreateInstance (ComponentType cType)
template<class T >
void registerClass (ComponentType cType)
 ~ComponentsFactory ()

Detailed Description

Definition at line 13 of file ComponentsFactory.hpp.

Constructor & Destructor Documentation

HCE::component::ComponentsFactory::ComponentsFactory ( )
inline

Definition at line 16 of file ComponentsFactory.hpp.

HCE::component::ComponentsFactory::~ComponentsFactory ( )
inline

Definition at line 23 of file ComponentsFactory.hpp.

Member Function Documentation

ComponentBase* HCE::component::ComponentsFactory::createInstance ( ComponentType  cType)
inline

Definition at line 18 of file ComponentsFactory.hpp.

bool HCE::component::ComponentsFactory::isClass ( ComponentType  cType)
inline

Definition at line 17 of file ComponentsFactory.hpp.

template<class T >
void HCE::component::ComponentsFactory::registerClass ( ComponentType  cType)
inline

Definition at line 21 of file ComponentsFactory.hpp.


The documentation for this class was generated from the following file: