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

Go to the source code of this file.

Classes

struct  honey::optnull_t
 Null optional type. More...
 
class  honey::optional< T >
 Enables any type to be optional so it can exist in an uninitialized null state. More...
 
class  honey::optional< T & >
 Specialization for references. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 

Variables

static optnull_t honey::optnull
 Null optional, use to reset an optional to an uninitialized state or test for initialization. More...