Inheritance diagram for oaVhdlNS:
Public Methods | |
oaVhdlNS () | |
oaVhdlNS (const oaVhdlNS &ns) | |
~oaVhdlNS () | |
oaVhdlNS & | operator= (const oaVhdlNS &ns) |
The VHDL name space supports names in the normal or escaped form, and contains reserved keywords. VHDL normal names are case insensitive and VHDL escaped names are case sensitive. This name space does not support stepped or bundled names. See the VHDL Name Space Section of the Programmers Guide for a more detailed description of the characteristics of the VHDL name space.
|
This function constructs the oaVhdlNS instance. |
|
This function creates a copy of the specified oaVhdlNS object. |
|
This is the destructor function for the oaVhdlNS class. |
|
This is the assignment operator for the VhdlNS class. It copies ns.bitDelimiter, ns.hierDelimiter, ns.hexDelimiter, ns.openBus, ns.closeBus, and ns.escDelimiter to this namespace.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.