CObject
|
Go to the source code of this file.
Data Structures | |
struct | CIList |
Interface for list data structures. More... | |
struct | CIList_VTable |
CIList virtual table. More... | |
Enumerations | |
enum | CIListError { CILIST_OK = 0, CILIST_ERR_FULL = 1, CILIST_ERR_EMPTY = 2, CILIST_ERR_INDEX = 3 } |