oaSpfNS Class Reference

Inheritance diagram for oaSpfNS:

oaNameSpace


Public Methods

 oaSpfNS ()
void setOpenBusChar (oaChar c)
void setCloseBusChar (oaChar c)
void setHierDelimiter (oaChar c)
void setPinDelimiter (oaChar c)
oaChar getHierDelimiter () const
oaChar getOpenBusChar () const
oaChar getCloseBusChar () const
oaChar getPinDelimiter () const

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

oaSpfNS::oaSpfNS  
 

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:
oacProgrammableCharTaken 

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:
oacProgrammableCharTaken 

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:
oacProgrammableCharTaken 

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:
oacProgrammableCharTaken 


The documentation for this class was generated from the following files:

Return to top of page