Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Misc/Debug.h"
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... | |