MAGMA  1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
icl_hash_s Struct Reference

#include <icl_hash.h>

Collaboration diagram for icl_hash_s:
[legend]

List of all members.

Public Attributes

int nbuckets
int nentries
icl_entry_t ** buckets
unsigned int(* hash_function )(void *)
int(* hash_key_compare )(void *, void *)

Detailed Description

Definition at line 23 of file icl_hash.h.


Member Data Documentation

icl_entry_t** icl_hash_s::buckets

Definition at line 26 of file icl_hash.h.

unsigned int(* icl_hash_s::hash_function)(void *)

Definition at line 27 of file icl_hash.h.

int(* icl_hash_s::hash_key_compare)(void *, void *)

Definition at line 28 of file icl_hash.h.

int icl_hash_s::nbuckets

Definition at line 24 of file icl_hash.h.

int icl_hash_s::nentries

Definition at line 25 of file icl_hash.h.


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