Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | List of all members
Mezzanine::ManagerFactory Class Referenceabstract

This is a base class for factories that construct the managers the engine uses. More...

#include <managerfactory.h>

+ Inheritance diagram for Mezzanine::ManagerFactory:

Public Member Functions

 ManagerFactory ()
 Class constructor.
 
virtual ~ManagerFactory ()
 Class destructor.
 
virtual String GetManagerImplName () const =0
 Gets the name of the manager that is created by this factory. More...
 
virtual ManagerBase::ManagerType GetManagerType () const =0
 Gets the type of manager that is created by this factory. More...
 

Detailed Description

This is a base class for factories that construct the managers the engine uses.

Definition at line 56 of file managerfactory.h.

Member Function Documentation

virtual String Mezzanine::ManagerFactory::GetManagerImplName ( ) const
pure virtual
virtual ManagerBase::ManagerType Mezzanine::ManagerFactory::GetManagerType ( ) const
pure virtual

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