GOBNILP  f164d83
Data Fields
Vector Struct Reference

A list of integer values. More...

#include <vector.h>

Data Fields

int capacity
 The maximum capacity of the vector. More...
 
int * items
 The items currently in the vector. More...
 
int size
 The number of items currently in the vector. More...
 

Detailed Description

A list of integer values.

Field Documentation

◆ capacity

int Vector::capacity

The maximum capacity of the vector.

Referenced by VectorCreate().

◆ items

int* Vector::items

◆ size

int Vector::size

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