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
Copyright © 2010 Sun Microsystems, Inc.