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

VectorStruct Struct Reference
[Vectors]

Collaboration diagram for VectorStruct:

Collaboration graph
[legend]

Detailed Description

internal representation of a vector

Definition at line 49 of file vector.c.

Data Fields


Field Documentation

int VectorStruct::capacity
 

capacity of table

Definition at line 54 of file vector.c.

int VectorStruct::count
 

number of entries

Definition at line 53 of file vector.c.

void** VectorStruct::entries
 

table of entries

Definition at line 55 of file vector.c.


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