|
GClasses
|
A helper class used by the smart_ptr class. More...
#include <GHolders.h>
Public Member Functions | |
| smart_ptr_ref_counter (T *p) | |
| ~smart_ptr_ref_counter () | |
Public Attributes | |
| T * | m_p |
| size_t | m_refCount |
A helper class used by the smart_ptr class.
|
inline |
|
inline |
| T* GClasses::smart_ptr_ref_counter< T >::m_p |
| size_t GClasses::smart_ptr_ref_counter< T >::m_refCount |