Public Methods | |
oaSiteRef () | |
oaSiteRef (const oaString &siteName, const oaTransform &xform) | |
oaSiteRef (const oaSiteRef &siteRefIn) | |
const oaString & | siteName () const |
const oaTransform & | transform () const |
oaString & | siteName () |
oaTransform & | transform () |
oaSiteRef & | operator= (const oaSiteRef &dataIn) |
oaBoolean | operator== (const oaSiteRef &other) |
oaBoolean | operator!= (const oaSiteRef &other) |
oaBoolean | operator== (const oaSiteRef &other) const |
oaBoolean | operator!= (const oaSiteRef &other) const |
|
|
|
This function constructs the oaSiteRef object. |
|
This is the copy constructor for the oaSiteRef utility object.
|
|
This is the inequality operator for the oaSiteRef class. It compares this oaSiteRef object with the specified oaSiteRef object, and returns true if the oaSiteRef objects are unequal.
|
|
This operator compares this oaSiteRef with oaSiteRef other and returns true if the oaSiteRef objects are not equal. |
|
This is the assignment operator for the oaSiteRef utility object
|
|
This is the equality operator for the oaSiteRef class. It compares this oaSiteRef object with the specified oaSiteRef object, and returns true if the oaSiteRef objects are equal.
|
|
This operator compares this oaSiteRef with oaSiteRef other and returns true if the oaSiteRef objects are equal. |
|
This function returns a reference to the siteName value of this oaSiteRef object. |
|
This function returns the siteName value of this oaSiteRef object. |
|
This function returns a reference to the transform of this oaSiteRef object. |
|
This function returns the transform value of this oaSiteRef object. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.