Inheritance diagram for oaModModuleScalarInst:
Public Methods | |
void | getName (oaScalarName &name) const |
void | setName (const oaScalarName &name) |
void | getName (oaSimpleName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
Static Public Methods | |
oaModModuleScalarInst * | create (oaModule *module, oaModule *master, const oaScalarName &name) |
oaModModuleScalarInst * | create (oaModule *module, oaModule *master) |
oaModModuleScalarInst * | create (oaModule *module, const oaScalarName &masterModName, const oaScalarName &name) |
oaModModuleScalarInst * | create (oaModule *module, const oaScalarName &masterModName) |
oaModModuleScalarInst * | find (const oaModule *module, const oaScalarName &name) |
oaBoolean | isValidName (const oaModule *module, const oaScalarName &name) |
|
This function creates an oaModModuleScalarInst object with the specified attributes. This form of the create specifies the name of the master module so that the master module does not need to exist to use it. The name of the instance is automatically generated.
|
|
This function creates an oaModModuleScalarInst object with the specified attributes. This form of the create specifies the name of the master module so that the master module does not need to exist to use it. Exceptions are thrown if:
|
|
This function creates an oaModModuleScalarInst object with the specified attributes. This form of the create requires an existing master module. The name of the instance is automatically generated.
|
|
This function creates an oaModModuleScalarInst object with the specified attributes. This form of the create specifies the master module so that the master module needs to exist to use it. Exceptions are thrown if:
|
|
This function searches the specified module for a module scalar inst with the specified name. The function returns the instance if it finds one. Otherwise, NULL is returned.
|
|
This function fills out name with the name of this instance. The name is mapped according to the specified nameSpace.
|
|
This function fills out name with the name of this instance.
|
|
This function returns the name of this scalarModuleInst in the name argument. |
|
This function returns a boolean value that indicates if the specified name is valid for a new oaModModuleScalarInst in the specified module.
|
|
This function changes the name of this instance to the specified name. Exceptions are thrown if:
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.