Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
core::Singleton< T > Class Template Reference

Singleton template. More...

#include <Singleton.h>

List of all members.

Public Member Functions

 Singleton ()
 ~Singleton ()

Static Public Member Functions

static T * getInstance ()
 Get instance.

Protected Member Functions

template<>
engine::EngineManagerms_Singleton
template<>
sound::SoundManagerms_Singleton
template<>
script::ScriptManagerms_Singleton
template<>
scene::SceneManagerms_Singleton
template<>
resource::ResourceManagerms_Singleton
template<>
render::RenderManagerms_Singleton
template<>
platform::PlatformManagerms_Singleton
template<>
physics::PhysicsManagerms_Singleton
template<>
input::InputManagerms_Singleton
template<>
engine::PluginManagerms_Singleton
template<>
engine::LogManagerms_Singleton
template<>
engine::EngineSettingsms_Singleton

Static Protected Attributes

static T * ms_Singleton

Detailed Description

template<typename T>
class core::Singleton< T >

Singleton template.


Constructor & Destructor Documentation

template<typename T>
core::Singleton< T >::Singleton ( ) [inline]
template<typename T>
core::Singleton< T >::~Singleton ( ) [inline]

Member Function Documentation

template<typename T>
static T* core::Singleton< T >::getInstance ( ) [inline, static]

Member Data Documentation

template<typename T>
T* core::Singleton< T >::ms_Singleton [static, protected]

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

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:07 by Doxygen (1.7.4)