#include <Singleton.h>
Publikus tagfüggvények | |
Singleton () | |
virtual | ~Singleton () |
Statikus publikus tagfüggvények | |
T * | getInstance () |
void | newInstance () |
void | deleteInstance () |
Statikus védett attribútumok | |
T * | instance = NULL |
|
Definíció a(z) Singleton.h fájl 26. sorában. |
|
Definíció a(z) Singleton.h fájl 28. sorában. |
|
Definíció a(z) Singleton.cpp fájl 42. sorában. Hivatkozások Singleton< T >::instance. |
|
Definíció a(z) Singleton.cpp fájl 23. sorában. |
|
Definíció a(z) Singleton.cpp fájl 29. sorában. Hivatkozások Singleton< T >::instance. |
|
Definíció a(z) Singleton.h fájl 40. sorában. Hivatkozások: Singleton< T >::deleteInstance() és Singleton< T >::newInstance(). |