abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Vec_Que_t_ Struct Reference

#include <vecQue.h>

Data Fields

int nCap
 
int nSize
 
int * pHeap
 
int * pOrder
 
float ** pCostsFlt
 

Detailed Description

Definition at line 41 of file vecQue.h.

Field Documentation

int Vec_Que_t_::nCap

Definition at line 43 of file vecQue.h.

int Vec_Que_t_::nSize

Definition at line 44 of file vecQue.h.

float** Vec_Que_t_::pCostsFlt

Definition at line 47 of file vecQue.h.

int* Vec_Que_t_::pHeap

Definition at line 45 of file vecQue.h.

int* Vec_Que_t_::pOrder

Definition at line 46 of file vecQue.h.


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