#include <cstdlib>
Include dependency graph for AutoPtr.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Classes | |
class | ASSA::AutoPtrRef< R > |
A wrapper class to provide AutoPtr with reference semantics. More... | |
class | ASSA::AutoPtr< X > |
AutoPtr is based on SGI implementation of a auto_ptr template that makes memory handling a little bit easier. More... | |
class | ASSA::AutoPtrArrayRef< R > |
A wrapper class to provide AutoPtr with reference semantics. More... | |
class | ASSA::AutoPtrArray< X > |
AutoPtrArray handles memory management of an array of objects. More... |
Definition in file AutoPtr.h.