CObject
|
Data Structures | |
struct | CCArrayList |
Array implementation of CIList. More... | |
struct | CIList |
Interface for list data structures. More... | |
Enumerations | |
enum | CIListError { CILIST_OK = 0, CILIST_ERR_FULL = 1, CILIST_ERR_EMPTY = 2, CILIST_ERR_INDEX = 3 } |
All list type data structures.
enum CIListError |