Core Library
|
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. |
The ArrayPtr class declaration.