Public Methods | |
oaCMAttr (const oaString &nameIn) | |
oaCMAttr (const oaString &nameIn, const oaString &valueIn) | |
oaCMAttr (const oaCMAttr &attrIn) | |
const oaString & | getName () const |
const oaString & | getValue () const |
void | setValue (const oaString &valueIn) |
oaCMAttr & | operator= (const oaCMAttr &rhs) |
oaBoolean | operator== (const oaCMAttr &rhs) const |
oaBoolean | operator!= (const oaCMAttr &rhs) const |
oaBoolean | isUnset () const |
Friends | |
class | oaArrayBase |
class | oaArray |
oaCMAttrArrays are used by oaCMProtocols in the OpenAccess change management system (CMS).
|
This oaCMAttr constructor takes a name only (its value is unset).
|
|
This oaCMAttr constructor takes both the name and the value for the attribute as arguments.
|
|
This is the oaCMAttr copy constructor.
|
|
This function returns the name of this attribute. |
|
This function returns the value of this attribute. |
|
This function returns true if the value of the attribute is not set. |
|
This is the oaCMAttr inequality operator. It returns true if either the name or value of the specified attr is not the same as the name or value of this attribute.
|
|
This is the oaCMAttr assignment operator.
|
|
This is the oaCMAttr equality operator. It returns true if the name and value of the specified attr are the same as the name and value of this attribute.
|
|
This function sets the value of this attribute to valueIn.
|
|
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.