xoreos  0.0.5
Classes | Namespaces
scopedptr.h File Reference

A simple scoped smart pointer template. More...

#include <boost/noncopyable.hpp>
#include "src/common/system.h"
#include "src/common/types.h"
#include "src/common/deallocator.h"
#include "src/common/util.h"
Include dependency graph for scopedptr.h:

Go to the source code of this file.

Classes

class  Common::ScopedPtrBase< T, Deallocator >
 Base template class for a scoped pointer. More...
 
class  Common::ScopedPtr< T, Deallocator >
 A scoped plain pointer, allowing pointer-y access and normal deletion. More...
 
class  Common::ScopedArray< T, Deallocator >
 A scoped array pointer, allowing array-y access and array deletion. More...
 

Namespaces

 Common
 

Detailed Description

A simple scoped smart pointer template.

Definition in file scopedptr.h.