#include <ProcessingVersion.h>
Public Methods | |
| ProcessingVersion ( long version ) | |
| Constructors. More... | |
| ProcessingVersion () | |
| ~ProcessingVersion () | |
| Destructor. More... | |
| long | versionNumber () const |
| Retrieve version number. More... | |
| void | setVersionNumber ( long value ) |
| Update version number. More... | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| long | m_version |
Friends | |
| bool | operator< ( const ProcessingVersion& left, const ProcessingVersion& right) |
| Ordering operator. More... | |
| bool | operator== ( const ProcessingVersion& left, const ProcessingVersion& right) |
| Equality operator. More... | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const ProcessingVersion& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, ProcessingVersion& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const ProcessingVersion& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 30 of file ProcessingVersion.h. |
|
|
Definition at line 32 of file ProcessingVersion.h. |
|
|
Destructor.
Definition at line 35 of file ProcessingVersion.h. |
|
|
Fill the output stream (ASCII).
Definition at line 73 of file ProcessingVersion.h. Referenced by operator<<(). |
|
|
Update version number.
Definition at line 42 of file ProcessingVersion.h. |
|
|
Retrieve version number.
Definition at line 38 of file ProcessingVersion.h. |
|
|
Ordering operator.
Definition at line 46 of file ProcessingVersion.h. |
|
|
Output operator(ASCII).
Definition at line 68 of file ProcessingVersion.h. |
|
|
Serialize the object for writing.
Definition at line 57 of file ProcessingVersion.h. |
|
|
Equality operator.
Definition at line 51 of file ProcessingVersion.h. |
|
|
Serialize the object for reading.
Definition at line 62 of file ProcessingVersion.h. |
|
|
Definition at line 82 of file ProcessingVersion.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000