Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
container::ArrayListA mostly complete array-list implementation of List
container::ContainerAbstract base class for all containers
container::EntityThe base class of all items that can be stored in a Container
container_test::Entity_testUnit tests for Entity
container::Object::InfoMetadata that describes type Object or a descendant there of
container::LinkedListA mostly complete linked-list implementation of List
container::ListAbstract base class for all list containers
container_test::List_testPolymorphic code for testing concrete sub-classes of container::List
container::LinkedList::NodeLinkedList uses Node objects to form a list of Entity objects
container::ObjectThe root for most classes in the container namespace
container::OrderedArrayListAn array list implementation of OrderedList
container_test::OrderedArrayList_testTest cases for concrete class container::OrderedArrayList
container::OrderedLinkedListA linked list implementation of OrderedList
container_test::OrderedLinkedList_testTest cases for concrete class container::OrderedLinkedList
container::OrderedListAn ADT that represents a list of items
container_test::OrderedList_testPolymorphic code for testing concrete sub-classes of container::OrderedList
container_test::PersonA type of Entity that represents a person
container::QueueAbstract base class for all queue containers
container::QueueImplAn implementation of Queue that based on an OrderedList
container_test::QueueImpl_testUnit tests for QueueImpl
container::SortedArrayListAn array implementation of SortedList
container_test::SortedArrayList_testUnit tests for SortedArrayList
container::SortedLinkedListA linked list implementation of SortedList
container_test::SortedLinkedList_testUnit tests for SortedLinkedList
container::SortedListAbstract base class for all sorted lists
container_test::SortedList_testPolymorphic code for testing concrete sub-classes of container::SortedList
container::StackAbstract base class for all stack containers
container::StackImplAn implementation of Stack that based on an OrderedList
container_test::StackImpl_testUnit tests for StackImpl

Generated on Tue Jun 16 23:12:52 2009 by  doxygen 1.5.9