CCUnit
2.1
A C Unit Testing Library
|
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_deleteList(), ccunit_initList(), and ccunit_initListIterator().
bool CCUnitList::isAllocated |
flag of allocated object
Referenced by ccunit_deleteList(), ccunit_initList(), and ccunit_newList().
size_t CCUnitList::length |
size of linked list
Referenced by ccunit_addList(), ccunit_failureCount(), and ccunit_initList().
struct CCUnitListCell** CCUnitList::tailp |
address of pointer to last cell
Referenced by ccunit_addList(), and ccunit_initList().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:17 for CCUnit by
![]() |