CCUnit project page CCUnit home page

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

ListCell
[List]


Detailed Description

Linked list cell.


Data Structures

struct  CCUnitListCell
 List Cell class. More...


Typedefs

typedef CCUnitListCell CCUnitListCell
 List Cell class.


Functions

CCUnitListCellccunit_newListCell ()
 create new list cell object.

void ccunit_deleteListCell (CCUnitListCell *cell)
 delete list cell object.


Typedef Documentation

typedef struct CCUnitListCell CCUnitListCell
 

List Cell class.


Function Documentation

void ccunit_deleteListCell CCUnitListCell cell  )  [inline, static]
 

delete list cell object.

Parameters:
cell deleting cell.

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