Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

AutoPtr.hpp File Reference

#include "blocxx/BLOCXX_config.h"

Include dependency graph for AutoPtr.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  BLOCXX_NAMESPACE

Classes

class  BLOCXX_NAMESPACE::AutoPtr< X >
 The AutoPtr class provides a simple class for smart pointers to single objects (for multiple, see AutoPtrVec); it stores a pointer to an object obtained by way of the new operator and deletes that object when the AutoPtr object is destroyed. More...
class  BLOCXX_NAMESPACE::AutoPtrVec< X >
 The AutoPtrVec class provides a simple class for smart pointers to a dynamically allocated array of objects. More...


Generated on Mon Sep 12 23:56:58 2005 for blocxx by  doxygen 1.4.4