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

The ArrayPtr class declaration. More...

#include "BadLogicException.hpp"

Classes

class  Core::ArrayPtr< T >
 An array smart-pointer for use within a limited scope. More...

Namespaces

namespace  Core
 

The Core Library namespace.


Functions

template<typename T >
T ** Core::attachTo (ArrayPtr< 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 ArrayPtr class declaration.

Author:
Chris Oldwood