#include <Classification.h>
Public Methods | |
| Classification (long eventType) | |
| Constructors. More... | |
| Classification () | |
| ~Classification () | |
| Destructor. More... | |
| long | eventType () const |
| Retrieve event type information. More... | |
| void | setEventType ( long value ) |
| Update event type information. More... | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| long | m_eventType |
| Event type info. More... | |
Friends | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const Classification& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, Classification& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const Classification& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 29 of file Classification.h. |
|
|
Definition at line 31 of file Classification.h. |
|
|
Destructor.
Definition at line 34 of file Classification.h. |
|
|
Retrieve event type information.
Definition at line 37 of file Classification.h. |
|
|
Fill the output stream (ASCII).
Definition at line 62 of file Classification.h. Referenced by operator<<(). |
|
|
Update event type information.
Definition at line 41 of file Classification.h. |
|
|
Output operator(ASCII).
Definition at line 57 of file Classification.h. |
|
|
Serialize the object for writing.
Definition at line 46 of file Classification.h. |
|
|
Serialize the object for reading.
Definition at line 51 of file Classification.h. |
|
|
Event type info.
Definition at line 71 of file Classification.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000