blocxx
Classes | Namespaces

AutoPtr.hpp File Reference

#include "blocxx/BLOCXX_config.h"

Go to the source code of this file.

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...

Namespaces

namespace  BLOCXX_NAMESPACE
 

Taken from RFC 1321.