My Project
|
Define a class here derived from user data class, with an additional reference count member. More...
Inherits ObjClass.
Public Member Functions | |
CountedObj () | |
The constructor. | |
CountedObj (const CountedObj &src) | |
The copy constructor. More... | |
Public Attributes | |
int | m_RefCount |
The reference count. | |
Define a class here derived from user data class, with an additional reference count member.
|
inline |
The copy constructor.
[in] | src | The other counted object. |