| [ CCUnit project page ] | [ CCUnit home page ] |
list container. More...
#include <CCUnitList.h>

Data Fields | |
| struct CCUnitListCell * | head |
| first cell of a linked list | |
| struct CCUnitListCell ** | tailp |
| address of pointer to last cell | |
| size_t | length |
| size of linked list | |
| bool | isAllocated |
| flag of allocated object | |
list container.
| struct CCUnitListCell* CCUnitList::head |
first cell of a linked list
Referenced by ccunit_initListIterator().
flag of allocated object
| size_t CCUnitList::length |
size of linked list
| struct CCUnitListCell** CCUnitList::tailp |
address of pointer to last cell
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:39 for CCUnit by 1.7.1
|