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