CVector  4.1.0
A C++ style vector library in strict ANSI C (C89)
Data Fields
cvector_f_struct Struct Reference

#include "cvector_f_struct.h"

Data Fields

f_structa
 
cvec_sz size
 
cvec_sz capacity
 
void(* elem_free )(void *)
 
int(* elem_init )(void *, void *)
 

Detailed Description

Definition at line 54 of file cvector_f_struct.h.

Field Documentation

◆ a

f_struct* cvector_f_struct::a

Definition at line 56 of file cvector_f_struct.h.

◆ capacity

cvec_sz cvector_f_struct::capacity

Definition at line 58 of file cvector_f_struct.h.

◆ elem_free

void(* cvector_f_struct::elem_free) (void *)

Definition at line 59 of file cvector_f_struct.h.

◆ elem_init

int(* cvector_f_struct::elem_init) (void *, void *)

Definition at line 60 of file cvector_f_struct.h.

◆ size

cvec_sz cvector_f_struct::size

Definition at line 57 of file cvector_f_struct.h.


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