Field3D
|
Used to let a shared pointer exist that doesn't delete anything. This is used by RefBase to hold a shared pointer to *this without actually deleting twice when the object goes out of scope. More...
#include <RefCount.h>
Public Member Functions | |
void | operator() (void const *) const |
Used to let a shared pointer exist that doesn't delete anything. This is used by RefBase to hold a shared pointer to *this without actually deleting twice when the object goes out of scope.
Definition at line 98 of file RefCount.h.
Definition at line 100 of file RefCount.h.