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

RingBufferStruct Struct Reference
[Ringbuffers]

Collaboration diagram for RingBufferStruct:

Collaboration graph
[legend]

Detailed Description

internal representation of the ring buffer.

Definition at line 43 of file ringbuffer.c.

Data Fields


Field Documentation

int RingBufferStruct::capacity
 

capacity of table

Definition at line 47 of file ringbuffer.c.

int RingBufferStruct::count
 

number of entries

Definition at line 46 of file ringbuffer.c.

Pointer* RingBufferStruct::entries
 

table of entries

Definition at line 48 of file ringbuffer.c.

int RingBufferStruct::first
 

index of first item

Definition at line 44 of file ringbuffer.c.

int RingBufferStruct::last
 

index of the item after the last item

Definition at line 45 of file ringbuffer.c.


The documentation for this struct was generated from the following file:
BLAH 0.95 (20 Oct 2004)