Inheritance diagram for oaAssignment:
Public Methods | |
void | destroy () |
void | getName (oaString &name) const |
oaInst * | getInst () const |
void | setName (const oaString &name) |
void | setInst (oaInst *inst) |
Static Public Methods | |
oaAssignment * | find (const oaInst *inst, const oaString &name) |
Public Types | |
enum | { dtIndex = oacAssignmentDataType } |
The oaAssignment class can be observed by deriving from oaObserver<oaAssignment>.
See oaNetConnectDef and oaTermConnectDef for information on the specific type of connection definition. See oaAssignValue and oaAssignAssignment for information on the specific type of connection assignment.
|
This function destroys this assignment, removing it from the database. |
|
This function searches the specified instance for an assignment with the specified lookup name.
|
|
This function returns a pointer to the instance with which this assignment is associated. |
|
This function returns the name of this assignment in the given name string. This is the name searched for when resolving the connections for the oaNetConnectDef and oaTermConnectDef objects. |
|
This function changes the instance with which this assignment is associated.
|
|
This function changes the assignment name for this assignment object. |
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.