CCUnit project page CCUnit home page

Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

CCUnitList Struct Reference
[List]

#include <CCUnitList.h>

Collaboration diagram for CCUnitList:

Collaboration graph
[legend]

Detailed Description

list container.


Data Fields

CCUnitListCellhead
 first cell of a linked list

CCUnitListCell ** tailp
 address of pointer to last cell

size_t length
 size of linked list

bool isAllocated
 flag of allocated object


Field Documentation

struct CCUnitListCell* CCUnitList::head
 

first cell of a linked list

bool CCUnitList::isAllocated
 

flag of allocated object

size_t CCUnitList::length
 

size of linked list

struct CCUnitListCell** CCUnitList::tailp
 

address of pointer to last cell


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