#include <TimeStamp.h>
Public Methods | |
| TimeStamp () | |
| Constructors. More... | |
| TimeStamp ( long t ) | |
| ~TimeStamp () | |
| Destructor. More... | |
| long | time () const |
| Retrieve time. More... | |
| void | setTime ( long value ) |
| Update time. More... | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| long | m_time |
| Time. More... | |
Friends | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const TimeStamp& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, TimeStamp& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const TimeStamp& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 30 of file TimeStamp.h. |
|
|
Definition at line 32 of file TimeStamp.h. |
|
|
Destructor.
Definition at line 35 of file TimeStamp.h. |
|
|
Fill the output stream (ASCII).
Definition at line 60 of file TimeStamp.h. Referenced by operator<<(). |
|
|
Update time.
Definition at line 42 of file TimeStamp.h. |
|
|
Retrieve time.
Definition at line 38 of file TimeStamp.h. |
|
|
Output operator(ASCII).
Definition at line 56 of file TimeStamp.h. |
|
|
Serialize the object for writing.
Definition at line 47 of file TimeStamp.h. |
|
|
Serialize the object for reading.
Definition at line 51 of file TimeStamp.h. |
|
|
Time.
Definition at line 69 of file TimeStamp.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000