Stxxl
1.4.0
|
#include <cassert>
#include <stxxl/bits/namespace.h>
Go to the source code of this file.
Classes | |
class | stxxl::shared_object_pointer< C > |
Behaves much like a Pointer, plus deleteing the referred object with it's last reference and ability to unify, i.e. make and refer a copy if the original object was shared. More... | |
class | stxxl::const_shared_object_pointer< C > |
Behaves much like a Pointer, plus deleteing the referred object with it's last reference and ability to unify, i.e. make and refer a copy if the original object was shared. More... | |
class | stxxl::shared_object |
Provides reference counting abilities for use with shared_object_pointer. More... | |
Namespaces | |
namespace | stxxl |
|