Honeycomb  0.1
Component-Model Framework
Classes | Namespaces
UniquePtr.h File Reference
#include "Honey/Core/Core.h"
#include "Honey/Misc/Debug.h"
Include dependency graph for UniquePtr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::UniquePtr< T, Fin >
 Pointer to a unique, non-shared, object. Finalizer is run upon destruction (deletes object by default) if pointer is not null. More...
 
struct  std::hash< honey::UniquePtr< T, Fin > >
 Allow class to be used as key in unordered containers. More...
 

Namespaces

 honey
 Global Honeycomb namespace.