Chira Engine
A customizable MIT-licensed game engine.
chira::AbstractFactory< ReturnType > Class Template Reference

Static Public Member Functions

static bool registerTypeFactory (const std::string &name, factoryFunction createFunc)
 
static const factoryFunction & getTypeFactory (const std::string &name)
 

Static Protected Member Functions

static std::unordered_map< std::string, factoryFunction > & getFactoryMethods ()
 

Detailed Description

template<typename ReturnType>
class chira::AbstractFactory< ReturnType >

Definition at line 12 of file AbstractFactory.h.


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