This file contains various datastructures used/provided by GKlib. More...
Go to the source code of this file.
Classes | |
struct | atom |
struct | center_of_mass |
struct | gk_csr_t |
struct | gk_graph_t |
struct | gk_HTable_t |
struct | gk_i2cc2i_t |
struct | gk_mcore_t |
struct | gk_mop_t |
struct | gk_seq_t |
struct | gk_str_t |
struct | gk_StringMap_t |
struct | gk_Tokens_t |
struct | pdbf |
Macros | |
#define | GK_MKKEYVALUE_T(NAME, KEYTYPE, VALTYPE) |
#define | GK_MKPQUEUE2_T(NAME, KTYPE, VTYPE) |
#define | GK_MKPQUEUE_T(NAME, KVTYPE) |
Typedefs | |
typedef struct atom | atom |
typedef struct center_of_mass | center_of_mass |
typedef struct gk_csr_t | gk_csr_t |
typedef struct gk_graph_t | gk_graph_t |
typedef struct gk_HTable_t | gk_HTable_t |
typedef struct gk_i2cc2i_t | gk_i2cc2i_t |
typedef struct gk_mcore_t | gk_mcore_t |
typedef struct gk_mop_t | gk_mop_t |
typedef struct gk_seq_t | gk_seq_t |
typedef struct gk_str_t | gk_str_t |
typedef struct gk_StringMap_t | gk_StringMap_t |
typedef struct gk_Tokens_t | gk_Tokens_t |
typedef struct pdbf | pdbf |
This file contains various datastructures used/provided by GKlib.
$Id: gk_struct.h 13005 2012-10-23 22:34:36Z karypis $
Definition in file gk_struct.h.
#define GK_MKKEYVALUE_T | ( | NAME, | |
KEYTYPE, | |||
VALTYPE | |||
) |
Generator for gk_??KeyVal_t data structure
Definition at line 17 of file gk_struct.h.
#define GK_MKPQUEUE2_T | ( | NAME, | |
KTYPE, | |||
VTYPE | |||
) |
Definition at line 57 of file gk_struct.h.
#define GK_MKPQUEUE_T | ( | NAME, | |
KVTYPE | |||
) |
Generator for gk_?pq_t data structure
Definition at line 39 of file gk_struct.h.
typedef struct center_of_mass center_of_mass |
typedef struct gk_graph_t gk_graph_t |
typedef struct gk_HTable_t gk_HTable_t |
typedef struct gk_i2cc2i_t gk_i2cc2i_t |
typedef struct gk_mcore_t gk_mcore_t |
The following structure stores information used by Metis
The following data structure stores information about a memory allocation operation that can either be served from gk_mcore_t or by a gk_malloc if not sufficient workspace memory is available.
typedef struct gk_StringMap_t gk_StringMap_t |
typedef struct gk_Tokens_t gk_Tokens_t |