CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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)
inlinestatic

delete list cell object.

Parameters:
celldeleting cell.

References safe_free.

Referenced by ccunit_deleteList().

Here is the caller graph for this function:

static CCUnitListCell* ccunit_newListCell ( )
inlinestatic

create new list cell object.

Returns:
new list cell object.

Referenced by ccunit_addList().

Here is the caller graph for this function:

SourceForge.jp hosts this site. Send comments to: CCUnit Developer