Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
mnd::ComponentFactory Class Reference

#include <Component.h>

Public Member Functions

template<typename T >
void RegisterComponent (const std::string &name)
 
ComponentCreateComponent (const std::string &name)
 

Static Public Member Functions

static ComponentFactoryGetInstance ()
 

Detailed Description

Definition at line 79 of file Component.h.

Member Function Documentation

◆ CreateComponent()

Component * mnd::ComponentFactory::CreateComponent ( const std::string &  name)
inline

Definition at line 90 of file Component.h.

◆ GetInstance()

ComponentFactory & mnd::ComponentFactory::GetInstance ( )
static

Definition at line 17 of file Component.cpp.

◆ RegisterComponent()

template<typename T >
void mnd::ComponentFactory::RegisterComponent ( const std::string &  name)
inline

Definition at line 85 of file Component.h.


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