Classes | Defines | Typedefs | Enumerations | Functions
parse_hash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Node_Struct

Defines

#define HASH_TABLE_SIZE   255

Typedefs

typedef struct Node_StructNode

Enumerations

enum  Mnemonic_Type { nt_state, nt_action, nt_observation, nt_unknown }

Functions

void H_create ()
void H_destroy ()
int H_enter (char *str, Mnemonic_Type type)
int H_lookup (char *str, Mnemonic_Type type)

Define Documentation

#define HASH_TABLE_SIZE   255

Definition at line 30 of file parse_hash.h.


Typedef Documentation

typedef struct Node_Struct* Node

Definition at line 35 of file parse_hash.h.


Enumeration Type Documentation

Enumerator:
nt_state 
nt_action 
nt_observation 
nt_unknown 

Definition at line 32 of file parse_hash.h.


Function Documentation

void H_create ( )

Definition at line 35 of file parse_hash.c.

void H_destroy ( )

Definition at line 43 of file parse_hash.c.

int H_enter ( char *  str,
Mnemonic_Type  type 
)

Definition at line 97 of file parse_hash.c.

int H_lookup ( char *  str,
Mnemonic_Type  type 
)

Definition at line 154 of file parse_hash.c.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:30