TPCCLIB
Loading...
Searching...
No Matches
INTLIST Struct Reference

#include <tpcextensions.h>

Data Fields

int nr
 
int _nr
 
int * i
 

Detailed Description

List of integer values.

See also
integerListInit, integerListEmpty, integerListAdd, integerListSort.

Definition at line 455 of file tpcextensions.h.

Field Documentation

◆ _nr

int INTLIST::_nr

Allocated list size, >= nr.

Definition at line 459 of file tpcextensions.h.

Referenced by intlistAdd(), and intlistInit().

◆ i

int* INTLIST::i

Array of integers.

Definition at line 461 of file tpcextensions.h.

Referenced by intlistAdd(), intlistFree(), intlistInit(), intlistSort(), parSelectParameters(), and parSelectTACs().

◆ nr

int INTLIST::nr

Nr of stored integers.

Definition at line 457 of file tpcextensions.h.

Referenced by intlistAdd(), intlistInit(), intlistSort(), parSelectParameters(), and parSelectTACs().


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