NamedFactory
Engine/source/core/util/tNamedFactory.h
A helper template class for registering creation methods to name strings.
Protected Types
Map< String, FactorySig >
FactoryMap
Type *(*
FactorySig )()
Protected Static Functions
Public Static Functions
Detailed Description
A helper template class for registering creation methods to name strings.
Protected Types
typedef Map< String, FactorySig > FactoryMap
typedef Type *(* FactorySig )()