Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
HashTable Struct Reference

Structure defining a hash table. More...

#include <mei_hash_table.h>

Collaboration diagram for HashTable:
Collaboration graph

Data Fields

int n_inter
 
int record
 
int length
 
struct item ** table
 

Detailed Description

Structure defining a hash table.

Field Documentation

int length

length of the hash table

int n_inter

number of interpreters associated with the current table of symbols

int record

number of records of the hash table

struct item** table

'table' is a list of pointers on 'item'


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