

Go to the source code of this file.
Classes | |
| struct | Nm_Entry_t_ |
| struct | Nm_Man_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Nm_Entry_t_ | Nm_Entry_t |
| INCLUDES ///. | |
Functions | |
| int | Nm_ManTableAdd (Nm_Man_t *p, Nm_Entry_t *pEntry) |
| MACRO 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) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Nm_Entry_t_ Nm_Entry_t |
INCLUDES ///.
CFile****************************************************************
FileName [nmInt.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Name manager.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] PARAMETERS /// BASIC TYPES ///
|
extern |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Adds an entry to two hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file nmTable.c.


|
extern |
Function*************************************************************
Synopsis [Deletes the entry from two hash tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file nmTable.c.


|
extern |
Function*************************************************************
Synopsis [Looks up the entry by ID.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file nmTable.c.

|
extern |
Function*************************************************************
Synopsis [Looks up the entry by name and type.]
Description []
SideEffects []
SeeAlso []
Definition at line 191 of file nmTable.c.

