SmartPtr Class
class SmartPtr
A SmartPtr encapsulates pointers to objects that support the IRefCount interface and automatically performs reference counting on the object.Defined in: SmartPtr.h
Class Template Arguments
element_t
The class of objects that the smart pointer can reference. This class must support the IRefCount interface.