|
xoreos
0.0.5
|
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"
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 | |
A simple scoped smart pointer template.
Definition in file scopedptr.h.
1.8.14