Public Methods | |
oaTimeStamp () | |
oaTimeStamp (oaUInt4 value) | |
void | set (oaUInt4 st) |
void | set (const oaTimeStamp &st) |
oaTimeStamp & | operator++ () |
oaTimeStamp & | operator++ (int) |
oaTimeStamp & | operator+= (oaUInt4 value) |
oaBoolean | operator== (const oaTimeStamp &timeStamp) const |
oaBoolean | operator!= (const oaTimeStamp &timeStamp) const |
operator oaUInt4 () const | |
Friends | |
oaBoolean | operator== (const oaTimeStamp &s1, const oaUInt4 s2) |
oaBoolean | operator== (const oaUInt4 s1, const oaTimeStamp &s2) |
oaBoolean | operator!= (const oaTimeStamp &s1, const oaUInt4 s2) |
oaBoolean | operator!= (const oaUInt4 s1, const oaTimeStamp &s2) |
|
This function constructs an oaTimeStamp object and initializes the time stamp to zero. |
|
This function constructs an oaTimeStamp object and initializes the time stamp to the specified value. |
|
This function returns the value of this time stamp. |
|
This operator compares this oaTimeStamp object with the specified oaTimeStamp timeStamp and returns true if the specified objects are not equal. |
|
This function implements the postfix increment operator for the oaTimeStamp class that increments this time stamp by the specified step value. |
|
This function implements the increment operator for the oaTimeStamp class that increments this time stamp. |
|
This function implements the add-equal operator for the oaTimeStamp class tha adds the specified value and assigns the result to this time stamp. |
|
This operator compares this oaTimeStamp object with the specified oaTimeStamp timeStamp and returns true if the specified objects are equal. |
|
This function sets the value of this time stamp to the value of the specified time stamp. |
|
This function sets this time stamp to the specified value. |
|
This operator compares oaUInt4 s1 with oaTimeStamp s2 and returns true if the specified objects are not equal. |
|
This operator compares oaTimeStamp s1 with oaUInt4 s2 and returns true if the specified objects are not equal. |
|
This operator compares oaUInt4 s1 with oaTimeStamp s2 and returns true if s1 is equal to s2. |
|
This operator compares oaTimeStamp s1 with oaUInt4 s2 and returns true if s1 is equal to s2. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.