Polyphase Game Engine
Loading...
Searching...
No Matches
Factory Class Reference

#include <Factory.h>

Public Member Functions

 Factory ()
 
TypeId GetType ()
 
virtual void * Create ()
 
virtual const char * GetClassName () const
 

Protected Attributes

TypeId mType = 0
 

Constructor & Destructor Documentation

◆ Factory()

Factory::Factory ( )
inline

Member Function Documentation

◆ Create()

virtual void * Factory::Create ( )
inlinevirtual

◆ GetClassName()

virtual const char * Factory::GetClassName ( ) const
inlinevirtual

◆ GetType()

TypeId Factory::GetType ( )
inline

Member Data Documentation

◆ mType

TypeId Factory::mType = 0
protected

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