list container. [詳細]
#include <CCUnitList.h>

変数 | |
| 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
参照元 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().
|
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:26に生成されました。
1.8.1.1
|