Stxxl  1.4.0
Classes | Namespaces
include/stxxl/bits/common/shared_object.h File Reference
#include <cassert>
#include <stxxl/bits/namespace.h>
Include dependency graph for shared_object.h:
This graph shows which files directly or indirectly include this file:

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
 

<stxxl> library namespace


 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines