CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CCUnitList Struct Reference

list container. More...

#include <CCUnitList.h>

Collaboration diagram for CCUnitList:
Collaboration graph

Data Fields

struct CCUnitListCellhead
 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

Detailed Description

list container.


Field Documentation

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().


The documentation for this struct was generated from the following file:
SourceForge.jp hosts this site. Send comments to: CCUnit Developer