Template class for generic containers.
Files "GContainer.h" and "GContainer.cpp" implement three main template class for generic containers. Class GArray (see Dynamic Arrays) implements an array of objects with variable bounds. Class GList (see Doubly Linked Lists) implements a doubly linked list of objects. Class GMap (see Associative Maps) implements a hashed associative map. The container templates are not thread-safe. Thread safety can be implemented using the facilities provided in GThreads.h.
Alphabetic index Hierarchy of classes