#include <vecAtt.h>
Data Fields | |
int | nCap |
int * | pArrayInt |
void ** | pArrayPtr |
void * | pMan |
void(* | pFuncFreeMan )(void *) |
void *(* | pFuncStartObj )(void *) |
void(* | pFuncFreeObj )(void *, void *) |
Definition at line 59 of file vecAtt.h.
int Vec_Att_t_::nCap |
void** Vec_Att_t_::pArrayPtr |
void(* Vec_Att_t_::pFuncFreeMan)(void *) |
void(* Vec_Att_t_::pFuncFreeObj)(void *, void *) |
void*(* Vec_Att_t_::pFuncStartObj)(void *) |
void* Vec_Att_t_::pMan |