oaSpfNS Class Reference
Inheritance diagram for oaSpfNS:
Detailed Description
The oaSpfNS class implements the SPF nameSpace used in name mapping. The SPF name space reflects the rules for specifying legal names of objects in SPF files. In conjunction with the oaName object, the oaSpfNS class facilitates mapping names to and from SPF. See the Name Mapping Section of the Programmers Guide for more information.
The SPF nameSpace is case sensitive, with programmable bus and hierarchy characters. This nameSpace does not support vectored, stepped, or bundled names though it allows vector bits. See the SPF Name Space Section of the Programmers Guide for a more detailed description of the characteristics of the SPF name space.
Constructor & Destructor Documentation
|
This function constructs the SpfNS instance. |
Member Function Documentation
oaChar oaSpfNS::getCloseBusChar |
( |
|
) |
const [inline] |
|
|
This function returns the close bus character for this nameSpace. |
oaChar oaSpfNS::getHierDelimiter |
( |
|
) |
const [inline] |
|
|
This function returns the hierarchy character for this nameSpace. |
oaChar oaSpfNS::getOpenBusChar |
( |
|
) |
const [inline] |
|
|
This function returns the open bus character for this nameSpace. |
oaChar oaSpfNS::getPinDelimiter |
( |
|
) |
const [inline] |
|
|
This function returns the pin delimiter for this nameSpace. |
void oaSpfNS::setCloseBusChar |
( |
oaChar |
c |
) |
|
|
|
This function sets the value of the close bus character for this nameSpace.
- Exceptions:
-
|
void oaSpfNS::setHierDelimiter |
( |
oaChar |
c |
) |
|
|
|
This function sets the value of the hierarchy delimiter character for this nameSpace.
- Parameters:
-
c | The value of the open bus character |
- Exceptions:
-
|
void oaSpfNS::setOpenBusChar |
( |
oaChar |
c |
) |
|
|
|
This function sets the value of the open bus character for this nameSpace.
- Parameters:
-
c | The value of the open bus character |
- Exceptions:
-
|
void oaSpfNS::setPinDelimiter |
( |
oaChar |
c |
) |
|
|
|
This function sets the value of the pin delimiter for this nameSpace.
- Parameters:
-
c | The value of the pin delimiter |
- Exceptions:
-
|
The documentation for this class was generated from the following files:
Return to top of page
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.