dynlistitem Struct Reference

Dynlist item struct. More...

#include <dynlist.h>


Data Fields

struct item * prev
void * refer
struct item * next


Detailed Description

This struct references to the datablock at its index, and to the next and previous item structs

Definition at line 38 of file dynlist.h.


Field Documentation

struct item* dynlistitem::prev [read]

pointer to previous item struct

Definition at line 39 of file dynlist.h.

Referenced by additem(), eraseitem(), getdl(), newitem(), and reverse().

void* dynlistitem::refer

pointer to datablock

Definition at line 40 of file dynlist.h.

Referenced by additem(), catlists(), clearlist(), compile(), eraseitem(), getitem(), newitem(), and swap().

struct item* dynlistitem::next [read]

pointer to next item struct

Definition at line 41 of file dynlist.h.

Referenced by additem(), clearlist(), eraseitem(), getdl(), newitem(), and reverse().


Generated on Wed Mar 19 12:08:08 2008 for dynlist by  doxygen 1.5.3