#include "nmInt.h"
Go to the source code of this file.
Functions | |
| int | Nm_ManTableAdd (Nm_Man_t *p, Nm_Entry_t *pEntry) |
| FUNCTION DEFINITIONS ///. | |
| int | Nm_ManTableDelete (Nm_Man_t *p, int ObjId) |
| Nm_Entry_t * | Nm_ManTableLookupId (Nm_Man_t *p, int ObjId) |
| Nm_Entry_t * | Nm_ManTableLookupName (Nm_Man_t *p, char *pName, int Type) |
| void | Nm_ManProfile (Nm_Man_t *p) |
| void Nm_ManProfile | ( | Nm_Man_t * | p | ) |
Function*************************************************************
Synopsis [Profiles hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 221 of file nmTable.c.
| int Nm_ManTableAdd | ( | Nm_Man_t * | p, |
| Nm_Entry_t * | pEntry ) |
FUNCTION DEFINITIONS ///.
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Adds an entry to two hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file nmTable.c.


| int Nm_ManTableDelete | ( | Nm_Man_t * | p, |
| int | ObjId ) |
Function*************************************************************
Synopsis [Deletes the entry from two hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file nmTable.c.


| Nm_Entry_t * Nm_ManTableLookupId | ( | Nm_Man_t * | p, |
| int | ObjId ) |
Function*************************************************************
Synopsis [Looks up the entry by ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file nmTable.c.

| Nm_Entry_t * Nm_ManTableLookupName | ( | Nm_Man_t * | p, |
| char * | pName, | ||
| int | Type ) |
Function*************************************************************
Synopsis [Looks up the entry by name and type.]
Description []
SideEffects []
SeeAlso []
Definition at line 191 of file nmTable.c.

