Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Hash_i_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for Hash_i_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Hash_i_dhCreate (Hash_i_dh *h, int size)
 
void Hash_i_dhDestroy (Hash_i_dh h)
 
void Hash_i_dhReset (Hash_i_dh h)
 
void Hash_i_dhInsert (Hash_i_dh h, int key, int data)
 
int Hash_i_dhLookup (Hash_i_dh h, int key)
 

Function Documentation

void Hash_i_dhCreate ( Hash_i_dh h,
int  size 
)

Definition at line 95 of file Hash_i_dh.c.

void Hash_i_dhDestroy ( Hash_i_dh  h)

Definition at line 146 of file Hash_i_dh.c.

void Hash_i_dhReset ( Hash_i_dh  h)

Definition at line 160 of file Hash_i_dh.c.

void Hash_i_dhInsert ( Hash_i_dh  h,
int  key,
int  data 
)

Definition at line 206 of file Hash_i_dh.c.

int Hash_i_dhLookup ( Hash_i_dh  h,
int  key 
)

Definition at line 170 of file Hash_i_dh.c.