|
TPCCLIB
|
#include <tpctac.h>
Data Fields | |
| TAC * | tac |
| int | nr |
| int | _nr |
Definition for a list of TAC data structures.
| int MTAC::_nr |
Allocated TAC list size, _nr >= nr.
Definition at line 155 of file tpctac.h.
Referenced by mtacAllocate(), mtacAllocateMore(), mtacFree(), and mtacInit().
| int MTAC::nr |
Number of TAC structures in the list.
Definition at line 153 of file tpctac.h.
Referenced by mtacAddTAC(), mtacAllocateMore(), mtacInit(), and mtgaPlotSVG().
| TAC* MTAC::tac |
List of TAC data structures.
Definition at line 151 of file tpctac.h.
Referenced by mtacAddTAC(), mtacAllocate(), mtacAllocateMore(), mtacFree(), mtacInit(), and mtgaPlotSVG().