|
CVector 4.3.0
A C++ style vector library in strict ANSI C (C89)
|
Data structure for string vector. More...
#include "cvector.h"
Data Fields | |
| char ** | a |
| Array. | |
| cvec_sz | size |
| Current size (amount you use when manipulating array directly). | |
| cvec_sz | capacity |
| Allocated size of array; always >= size. | |
| cvec_sz cvector_str::capacity |
| cvec_sz cvector_str::size |