Mir 1.0
Mir application programming interface
mirml_vector_t_ Struct Reference

Vector definition. More...

#include <mirml.h>

Data Fields

int data_type
 One of MIRML_DTYPE_...
 
unsigned int flags
 MIRML_DTYPEF_...
 
mirkl_size_t size
 Current number of elements in the vector.
 
mirkl_size_t size_max
 Maximal number of elements.
 
void * e
 Pointer to the allocated elements of the vector.
 

Detailed Description

Vector definition.


The documentation for this struct was generated from the following file: