![]() |
AvrIO
1.4.5
Bibliothèque C modulaire pour ATMEL AVR
|
Vecteur dynamique. Plus de détails...
#include <vector.h>
Champs de données | |
union { | |
struct { | |
uint16_t malloc: 1 | |
} | |
uint16_t flag | |
}; | |
int | alloc |
void ** | data |
vVectorElmtDestroy | fdestroy |
pvVectorElmtKey | fkey |
iVectorElmtMatch | fmatch |
vVectorElmtNew | fnew |
int | growth |
int | size |
void** vVector::data |
int vVector::growth |