#include <iso_data_singleton.h>
Collaboration diagram for iso::data::Singleton< Type >:
Static Public Member Functions | |
static Type & | get () |
static void | destroy () |
Protected Member Functions | |
Singleton () | |
~Singleton () | |
Static Protected Attributes | |
static Type * | sInstance |
class
Created by Daniel Bisig on 11/22/08.
iso::data::Singleton< Type >::Singleton | ( | ) | [protected] |
iso::data::Singleton< Type >::~Singleton | ( | ) | [protected] |
Type & iso::data::Singleton< Type >::get | ( | ) | [static] |
void iso::data::Singleton< Type >::destroy | ( | ) | [static] |
Type * iso::data::Singleton< Type >::sInstance [static, protected] |