![]() |
The class Ref_counted<T> implements a base class for objects which are reference counted. To use it simply inherit from Ref_counted<T> (passing the type to be reference counted as the template argument) and then access the object through Handle objects rather than bare C++ pointers.
#include <CGAL/Kinetic/Ref_counted.h>
|
| |
|
A reference counted pointer to an Object.
| |
|
| |
|
A const reference counted pointer to an Object.
| |
|
| |
|
default constructor.
| |
There are no methods which should be called by users of this class.