#include <llui.h>
Inheritance diagram for LLUISingleton< T, INSTANCE_ADAPTOR >:
Public Member Functions | |
LLUISingleton () | |
~LLUISingleton () | |
Static Public Member Functions | |
static T * | findInstance (const LLSD &seed=LLSD()) |
static T * | createInstance (const LLSD &seed=LLSD()) |
Static Protected Attributes | |
static T * | sInstance = NULL |
Definition at line 354 of file llui.h.
LLUISingleton< T, INSTANCE_ADAPTOR >::LLUISingleton | ( | ) | [inline] |
LLUISingleton< T, INSTANCE_ADAPTOR >::~LLUISingleton | ( | ) | [inline] |
static T* LLUISingleton< T, INSTANCE_ADAPTOR >::createInstance | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
static T* LLUISingleton< T, INSTANCE_ADAPTOR >::findInstance | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
T * LLUISingleton< T, U >::sInstance = NULL [static, protected] |