Library of Assembled Shared Sources
lass::util::DefaultCounter Class Reference

The default counter for the shared pointers, implementation of CounterPolicy concept. More...

#include <smart_ptr_policies.h>

Inheritance diagram for lass::util::DefaultCounter:

Detailed Description

The default counter for the shared pointers, implementation of CounterPolicy concept.

Author
Bram de Greve [Bramz]

The default counter will use an self-owned integer as counter object. It will allocate this on the heap and share it between all smart pointers that own the same pointee (duh!). Of course it will be so nice to clean it up by itself too.

Definition at line 340 of file smart_ptr_policies.h.


The documentation for this class was generated from the following files: