#include <base_smart_pointer.hh>
Public Methods | |
| TSharedCell (void) | |
| Builds a new instance. | |
| TSharedCell (const void *pkvITEM) | |
Public Attributes | |
| long unsigned int | luiReferenceCount |
| Reference count to the object being shared. | |
| void * | pvItem |
| Pointer to the object being shared. | |
Definition at line 45 of file base_smart_pointer.hh.
|
|
Builds a new instance from pkvITEM.
Definition at line 72 of file base_smart_pointer.hh. References luiReferenceCount, and pvItem. |
1.2.18