#include <VolumeID.h>
Public Types | |
| typedef unsigned long | ID |
Public Methods | |
| VolumeID () | |
| Constructor. More... | |
| VolumeID ( ID value ) | |
| ~VolumeID () | |
| Destructor. More... | |
| VolumeID | operator= ( ID value ) |
| ID | volumeID () const |
| Retrieve volume ID. More... | |
| void | setVolumeID ( unsigned long value ) |
| Update volume ID. | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| ID | m_volumeID |
Friends | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const VolumeID& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, VolumeID& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const VolumeID& obj ) |
| Output operator(ASCII). More... | |
Definition at line 24 of file VolumeID.h.
|
|
Definition at line 26 of file VolumeID.h. |
|
|
Constructor.
Definition at line 28 of file VolumeID.h. Referenced by operator=(). |
|
|
Definition at line 29 of file VolumeID.h. |
|
|
Destructor.
Definition at line 31 of file VolumeID.h. |
|
|
Fill the output stream (ASCII).
Definition at line 55 of file VolumeID.h. Referenced by operator<<(). |
|
|
Definition at line 75 of file VolumeID.h. |
|
|
Update volume ID.
|
|
|
Retrieve volume ID.
Definition at line 81 of file VolumeID.h. |
|
|
Output operator(ASCII).
Definition at line 51 of file VolumeID.h. |
|
|
Serialize the object for writing.
Definition at line 42 of file VolumeID.h. |
|
|
Serialize the object for reading.
Definition at line 46 of file VolumeID.h. |
|
|
Definition at line 63 of file VolumeID.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000