Main Page | Data Structures | File List | Data Fields | Globals

MrVector Struct Reference

#include <mr_vector.h>


Data Fields

void ** data
unsigned int size
unsigned int allocated_size


Detailed Description

The vector container structure as simple as possible. Automatically extends its size when appending or prepending new elements using a pre allocated buffer that is bigger than the real container size.


Field Documentation

unsigned int MrVector::allocated_size
 

Real number of elements that can be added without new memory allocation.

void** MrVector::data
 

Array of elements.

unsigned int MrVector::size
 

Number of elements in the container.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 9 17:29:42 2006 for MusicReco by  doxygen 1.4.4