#include <csingletonmanager.h>
Private Member Functions | |
| virtual T * | make_singleton ()=0 |
Friends | |
| class | CSingletonManager< T > |
Definition at line 138 of file csingletonmanager.h.
|
|||||||||
|
The abstract factory class' single factory method, which must be defined by an implementation. The only thing it does is create and return a new instance of a singleton. Implemented in SDLDriver::CEventSystemFactorySDL, SDLDriver::CTimerSystemFactorySDL, and SDLDriver::CVideoSystemFactorySDL. |
|
|||||
|
Allow the manager to access our private factory method, CSingletonFactory::make_singleton(). Definition at line 142 of file csingletonmanager.h. |
1.3.3