BasicDataStructures Namespace Reference


Classes

class  List
 Array based implementation of a list. More...
class  BinarySearchTree
 A binary search tree and an AVL balanced binary search tree. More...
class  AVLBalancedBinarySearchTree
 An AVLBalancedBinarySearchTree is a binary tree that is always balanced. More...
class  CircularLinkedList
 (Circular) Linked List ADT (Doubly Linked Pointer to Node Style) - More...
class  LinkedList
class  OrderedList
 The ordered list class is a list which keeps its elements in order. More...
class  QueueLinkedList
 A queue implemented using a linked list. Rarely used. More...
class  Queue
 A queue implemented as an array with a read and write index. More...
class  SingleProducerConsumer
 A single producer consumer implementation without critical sections. More...

Variables

RAK_DLL_EXPORT LinkedList


Detailed Description

The namespace BasicDataStructures was only added to avoid compiler errors for commonly named data structures As these data structures are stand-alone, you can use them outside of RakNet for your own projects if you wish.


Generated on Wed Apr 19 22:58:44 2006 for RakNet by  doxygen 1.4.6-NO