[ CCUnit project page ] [ CCUnit home page ]
Data Structures | Typedefs | Functions

ListCell
[List]

Linked list cell. More...

Collaboration diagram for ListCell:

Data Structures

struct  CCUnitListCell
 List Cell class. More...

Typedefs

typedef struct CCUnitListCell CCUnitListCell
 List Cell class.

Functions

static CCUnitListCellccunit_newListCell ()
 create new list cell object.
static void ccunit_deleteListCell (CCUnitListCell *cell)
 delete list cell object.

Detailed Description

Linked list cell.


Typedef Documentation

List Cell class.


Function Documentation

static void ccunit_deleteListCell ( CCUnitListCell cell  )  [inline, static]

delete list cell object.

Parameters:
cell deleting cell.

References safe_free.

static CCUnitListCell* ccunit_newListCell (  )  [inline, static]

create new list cell object.

Returns:
new list cell object.
SourceForge.jp hosts this site. Send comments to: CCUnit Developer