Main Page   Data Structures   File List   Data Fields   Globals  

umtz_list_ Struct Reference

#include <umtzlib.h>


Data Fields

int size
int capacity
void* data


Detailed Description

An expandable list object.

Used for caching headers, history and batches.


Field Documentation

int umtz_list_::capacity
 

The number of elements which can be stored before new memory must be allocated.

void * umtz_list_::data
 

A pointer to the data

int umtz_list_::size
 

The number of elements currently stored


The documentation for this struct was generated from the following files:
Generated at Fri Dec 14 11:37:56 2001 by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001