Vector definition.
More...
#include <mirml.h>
|
|
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.
|
| |
The documentation for this struct was generated from the following file: