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  Queue
class  QueueLinkedList
 A queue implemented using a linked list. Rarely used. More...
class  SingleProducerConsumer
 A single producer consumer implementation without critical sections. More...


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 Mon Mar 20 20:32:57 2006 for RakNet by  doxygen 1.4.6-NO