Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Data Structures | Macros | Typedefs
struct.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  KeyValueType
 
struct  ListNodeType
 
struct  PQueueType
 
struct  edegreedef
 
struct  vedegreedef
 
struct  workspacedef
 
struct  rinfodef
 
struct  vrinfodef
 
struct  nrinfodef
 
struct  graphdef
 
struct  controldef
 
struct  vpwgtdef
 

Macros

#define IDXTYPE_INT
 
#define MAXIDX   (1<<8*sizeof(idxtype)-2)
 

Typedefs

typedef int idxtype
 
typedef struct KeyValueType KeyValueType
 
typedef struct ListNodeType ListNodeType
 
typedef struct PQueueType PQueueType
 
typedef struct edegreedef EDegreeType
 
typedef struct vedegreedef VEDegreeType
 
typedef struct workspacedef WorkSpaceType
 
typedef struct rinfodef RInfoType
 
typedef struct vrinfodef VRInfoType
 
typedef struct nrinfodef NRInfoType
 
typedef struct graphdef GraphType
 
typedef double timer
 
typedef struct controldef CtrlType
 
typedef struct vpwgtdef VPInfoType
 

Macro Definition Documentation

#define IDXTYPE_INT

Definition at line 15 of file struct.h.

#define MAXIDX   (1<<8*sizeof(idxtype)-2)

Definition at line 24 of file struct.h.

Typedef Documentation

typedef struct controldef CtrlType

Definition at line 235 of file struct.h.

typedef struct edegreedef EDegreeType

Definition at line 81 of file struct.h.

typedef struct graphdef GraphType

Definition at line 201 of file struct.h.

typedef int idxtype

Definition at line 19 of file struct.h.

typedef struct KeyValueType KeyValueType

Definition at line 35 of file struct.h.

typedef struct ListNodeType ListNodeType

Definition at line 46 of file struct.h.

typedef struct nrinfodef NRInfoType

Definition at line 150 of file struct.h.

typedef struct PQueueType PQueueType

Definition at line 71 of file struct.h.

typedef struct rinfodef RInfoType

Definition at line 125 of file struct.h.

typedef double timer

Definition at line 208 of file struct.h.

typedef struct vedegreedef VEDegreeType

Definition at line 92 of file struct.h.

typedef struct vpwgtdef VPInfoType

Definition at line 247 of file struct.h.

typedef struct vrinfodef VRInfoType

Definition at line 139 of file struct.h.

typedef struct workspacedef WorkSpaceType

Definition at line 112 of file struct.h.