CVector 4.3.0
A C++ style vector library in strict ANSI C (C89)
Loading...
Searching...
No Matches
Data Fields
cvector_short Struct Reference

Data structure for short vector. More...

#include "cvector_short.h"

Data Fields

shorta
 Array.
 
cvec_sz size
 Current size (amount you use when manipulating array directly).
 
cvec_sz capacity
 Allocated size of array; always >= size.
 

Detailed Description

Data structure for short vector.

Definition at line 53 of file cvector_short.h.

Field Documentation

◆ a

short* cvector_short::a

Array.

Definition at line 55 of file cvector_short.h.

◆ capacity

cvec_sz cvector_short::capacity

Allocated size of array; always >= size.

Definition at line 57 of file cvector_short.h.

◆ size

cvec_sz cvector_short::size

Current size (amount you use when manipulating array directly).

Definition at line 56 of file cvector_short.h.


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