Inheritance diagram for oaModModuleInstHeader:
Public Methods | |
oaModule * | getMasterModule () const |
void | getName (oaScalarName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
oaBoolean | isBound () const |
oaCollection< oaModModuleInst, oaModModuleInstHeader > | getInsts (oaUInt4 filterFlags=oacInstIterNotImplicit) const |
Static Public Methods | |
oaModModuleInstHeader * | find (const oaModule *module, const oaModule *master) |
oaModModuleInstHeader * | find (const oaModule *module, const oaScalarName &masterModuleName) |
Public Types | |
enum | { dtIndex = oacModuleInstHeaderDataType } |
The oaModModuleInstHeader class can be observed by deriving from oaObserver<oaModModuleInstHeader>.
|
This function searches the specified module looking for an instHeader with the specified master module name.
|
|
This function searches the specified module for an instHeader with the specified master module. If the specified master is a pCell, the superHeader is returned. |
|
This function returns a collection of module instances associated with this instHeader. These instances refer to master modules embedded within the containing design. The filter flag bits are defined below and may be logically OR'd together to refine the contents of the collection.
|
|
This function attempts to return the master module associated with this module instHeader. If the instHeader is bound, the master module is returned. Otherwise, NULL is returned. |
|
This function returns the name referenced by this instHeader. The second version returns the name in the nameSpace specified.
|
|
This function returns the name referenced by this instHeader. The second version returns the name in the nameSpace specified.
|
|
This function returns a boolean value that indicates if this instHeader is bound to its master module. A bound master means the master is read in and the linkage from the instHeader is established by traversing from an instance to that master. |
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.