Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Misc/Enum.h"
#include "Honey/Misc/MtMap.h"
#include "Honey/Memory/SmallAllocator.h"
#include "Honey/Memory/SharedPtr.h"
Go to the source code of this file.
Classes | |
class | honey::DepNode< Data_, Key_, Alloc_ > |
Dependency node for insertion into graph. More... | |
class | honey::DepGraph< DepNode_ > |
Dependency graph. Collects nodes and builds a searchable directed graph. More... | |
class | honey::DepGraph< DepNode_ >::Vertex |
A vertex is initially associated with one key and acts like a multi-map, storing all nodes and graph links of DepNodes matching that key. More... | |
class | honey::DepGraph< DepNode_ >::Iter_< Vertex_ > |
Depth-first pre-order iterator over vertices. More... | |
class | honey::DepGraph< DepNode_ >::NodeIter_< Vertex_ > |
Depth-first pre-order iterator over nodes. Iterates over nodes that constitute each vertex in a vertex range. More... | |
Namespaces | |
honey | |
Global Honeycomb namespace. | |