Inheritance diagram for oaNetAttrType:
Public Methods | |
oaNetAttrType (oaNetAttrTypeEnum valueIn) | |
oaNetAttrType (const oaString &name) | |
oaNetAttrType (oaAttrType attr) | |
virtual const oaString & | getName () const |
oaNetAttrTypeEnum | getValue () const |
See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers.
|
|
|
This function constructs an instance of an oaNetAttrType class using the specified enum value. The enum values are defined in oaNetAttrTypeEnum. |
|
This function constructs an instance of an oaNetAttrType class using the oaNetAttrTypeEnum associated with the specified string name. This name must be defined in the legal set of names associated with oaNetAttrTypeEnum.
|
|
This function constructs an oaNetAttrType class using the oaAttrType as input to support the class down-cast.
|
|
This function returns the name string associated with the encapsulated oaNetAttrTypeEnum object. |
|
This function returns the value string of this net attribute type. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.