highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:


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