#include "hop.h"
Go to the source code of this file.
Functions | |
| Hop_Obj_t * | Hop_TableLookup (Hop_Man_t *p, Hop_Obj_t *pGhost) |
| FUNCTION DEFINITIONS ///. | |
| void | Hop_TableInsert (Hop_Man_t *p, Hop_Obj_t *pObj) |
| void | Hop_TableDelete (Hop_Man_t *p, Hop_Obj_t *pObj) |
| int | Hop_TableCountEntries (Hop_Man_t *p) |
| void | Hop_TableProfile (Hop_Man_t *p) |
| int Hop_TableCountEntries | ( | Hop_Man_t * | p | ) |
Function*************************************************************
Synopsis [Count the number of nodes in the table.]
Description []
SideEffects []
SeeAlso []
Definition at line 145 of file hopTable.c.

Function*************************************************************
Synopsis [Deletes the node from the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file hopTable.c.

Function*************************************************************
Synopsis [Adds the new node to the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file hopTable.c.


FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Checks if a node with the given attributes is in the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file hopTable.c.

| void Hop_TableProfile | ( | Hop_Man_t * | p | ) |
Function********************************************************************
Synopsis [Profiles the hash table.]
Description []
SideEffects []
SeeAlso []
Definition at line 212 of file hopTable.c.