My Project
|
#include <countedref.h>
Public Member Functions | |
~CountedRefIndirectPtr () | |
Public Member Functions inherited from RefCounter | |
RefCounter (...) | |
Any Constructor resets the counter. More... | |
~RefCounter () | |
Destructor. More... | |
Private Member Functions | |
CountedRefIndirectPtr (PtrType ptr) | |
CountedRefIndirectPtr & | operator= (PtrType ptr) |
Private Attributes | |
PtrType | m_ptr |
Friends | |
class | CountedRefWeakPtr< PtrType > |
Additional Inherited Members | |
Public Types inherited from RefCounter | |
typedef short | count_type |
Name numerical type for enumbering. More... | |
Definition at line 137 of file countedref.h.
|
inline |
Definition at line 141 of file countedref.h.
|
inlineprivate |
Definition at line 144 of file countedref.h.
|
inlineprivate |
Definition at line 145 of file countedref.h.
|
friend |
Definition at line 129 of file countedref.h.
|
private |
Definition at line 147 of file countedref.h.