Data of Class SingletonRef


m_pInstance
SingletonClass * m_pInstance;

Summary
pointer to the internal wrapped singleton.

m_nRef
sal_Int32 m_nRef;

Summary
ref count, which regulate creation and removing of m_pInstance.

Top of Page