Core Library
Classes | Namespaces | Functions
UniquePtr.hpp File Reference

The UniquePtr class declaration. More...

#include "BadLogicException.hpp"

Classes

class  Core::UniquePtr< T >
 A smart-pointer for use within a limited scope. More...

Namespaces

namespace  Core
 

The Core Library namespace.


Functions

template<typename T >
T ** Core::attachTo (UniquePtr< T > &ptr)
 Helper function to gain access to the internal member so that it can be passed as an output parameter, without overloading the & operator.

Detailed Description

The UniquePtr class declaration.

Author:
Chris Oldwood