CObject
CIList.h File Reference
#include <Class.h>
#include <stdlib.h>
#include <CIIterator.h>
+ Include dependency graph for CIList.h:
+ This graph shows which files directly or indirectly include this file:

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 }