Classes summary
CAttributeCollection |
CAttributeCollection implements a collection for storing attribute names and
values. |
CConfiguration |
CConfiguration represents an array-based configuration. |
CList |
CList implements an integer-indexed collection class. |
CListIterator |
CListIterator implements an iterator for CList . |
CMap |
CMap implements a collection that takes key-value pairs. |
CMapIterator |
CMapIterator implements an iterator for CMap . |
CQueue |
CQueue implements a queue. |
CQueueIterator |
CQueueIterator implements an iterator for CQueue . |
CStack |
CStack implements a stack. |
CStackIterator |
CStackIterator implements an iterator for CStack . |
CTypedList |
CTypedList represents a list whose items are of the certain type. |
CTypedMap |
CTypedMap represents a map whose items are of the certain type. |