|
golib
0.5
|
Classes | |
| class | goArray< T > |
| class | goBTreeElement< T > |
| Element of a binary tree. More... | |
| class | goBTree< T > |
| Binary tree. More... | |
| class | goBTreeAlgorithm< T > |
| Running through a binary tree. More... | |
| class | goFixedArray< T > |
| Array class. More... | |
| class | goGraphNode< EdgeType > |
| Graph node base class. More... | |
| class | goGraphEdge< NodeType > |
| Graph edge base class. More... | |
| class | goGraphAlgorithm< NodeType, EdgeType > |
| Running through a Graph. More... | |
| class | goHashEntry< I, O > |
| Entry for the hash table. More... | |
| class | goHashTable< I, O > |
| class | goHeap< Value, Key > |
| Binary heap implementation. More... | |
| class | goListElement< T > |
| Element of a list of type T. More... | |
| class | goListIterator< T > |
| class | goListConstIterator< T > |
| class | goList< T > |
| class | goListAlgorithm< T > |
| Algorithm base class to run through a list. More... | |
| class | goQueue< T > |
| Queue class. More... | |
| class | goString |
| String class. More... | |