SysIo  1.9.0
Embedded Library and tools
xVector Struct Reference

Public Attributes

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
 

Detailed Description

Definition at line 54 of file vector.h.

Member Data Documentation

int xVector::alloc

nombre d'éléments alloués

Definition at line 57 of file vector.h.

void** xVector::data

pointeur sur le tableau d'éléments

Definition at line 55 of file vector.h.

int xVector::growth

nombre d'éléments à ajouter lors d'une réallocation à la hausse

Definition at line 58 of file vector.h.

int xVector::size

Taille en nombre d'éléments

Definition at line 56 of file vector.h.