CCUnit  2.1
A C Unit Testing Library
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 グループ ページ
変数
構造体 CCUnitList

list container. [詳細]

#include <CCUnitList.h>

CCUnitListのコラボレーション図
Collaboration graph

変数

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

説明

list container.


構造体

struct CCUnitListCell* CCUnitList::head

first cell of a linked list

参照元 ccunit_deleteList(), ccunit_initList(), と ccunit_initListIterator().

bool CCUnitList::isAllocated

flag of allocated object

参照元 ccunit_deleteList(), ccunit_initList(), と ccunit_newList().

size_t CCUnitList::length

size of linked list

参照元 ccunit_addList(), ccunit_failureCount(), と ccunit_initList().

struct CCUnitListCell** CCUnitList::tailp

address of pointer to last cell

参照元 ccunit_addList(), と ccunit_initList().


この構造体の説明は次のファイルから生成されました:
SourceForge.jp hosts this site. Send comments to: CCUnit Developer