Base Class Reference
Class Base defines (and implements) reference counting. All objects using Handle<> smart pointer should inherit from Base. All classes inherting from Base MUST have virtual destructor. A derived class must not redefine three public functions of Base class. Base class does not allow copy constructor and assignment operator.
More...
#include <Handle.h>
Detailed Description
Class Base defines (and implements) reference counting. All objects using Handle<> smart pointer should inherit from Base. All classes inherting from Base MUST have virtual destructor. A derived class must not redefine three public functions of Base class. Base class does not allow copy constructor and assignment operator.
_____________________________________________________________________________
_____________________________________________________________________________
The documentation for this class was generated from the following file:
Generated on Mon Nov 23 05:30:25 2009 for loon by
1.3.9.1