A helper class to store use-counts of objects held by small shared pointers. More...
#include <small_shared_ptr.h>
A helper class to store use-counts of objects held by small shared pointers.
The suggested usage pattern is to have such objects inherit from this class, and then to access them through a small_shared_ptrt. This approach provides us with shared_ptr-like semantics, but without the space overhead required by shared_ptr. The idea is similar to boost's intrusive_ptr.
Definition at line 182 of file small_shared_ptr.h.
Definition at line 188 of file small_shared_ptr.h.
Definition at line 195 of file small_shared_ptr.h.
Definition at line 207 of file small_shared_ptr.h.
Definition at line 203 of file small_shared_ptr.h.
Definition at line 191 of file small_shared_ptr.h.
Definition at line 198 of file small_shared_ptr.h.
Definition at line 211 of file small_shared_ptr.h.
Definition at line 221 of file small_shared_ptr.h.