#include <AnalEvent.h>
Inheritance diagram for AnalEvent:

Public Methods | |
| AnalEvent (const char* name = "AnalEvent") | |
| Constructors. More... | |
| virtual | ~AnalEvent () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| const Classification& | classification () const |
| Retrieve classificiation. More... | |
| void | setClassification (const Classification& value) |
| Update classification. More... | |
| virtual StreamBuffer& | serialize ( StreamBuffer& s ) const |
| Serialize the object for writing. More... | |
| virtual StreamBuffer& | serialize ( StreamBuffer& s ) |
| Serialize the object for reading. More... | |
| virtual std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Static Public Methods | |
| const CLID& | classID () |
Private Attributes | |
| Classification | m_classification |
| Event classification. More... | |
Friends | |
| std::ostream& | operator<< ( std::ostream& s, const AnalEvent& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 39 of file AnalEvent.h. |
|
|
Destructor.
Definition at line 42 of file AnalEvent.h. |
|
|
Retrieve reference to class definition structure.
Definition at line 45 of file AnalEvent.h. |
|
|
Definition at line 46 of file AnalEvent.h. Referenced by clID(). |
|
|
Retrieve classificiation.
Definition at line 49 of file AnalEvent.h. |
|
|
Fill the output stream (ASCII).
Definition at line 96 of file AnalEvent.h. Referenced by operator<<(). |
|
|
Serialize the object for reading.
Definition at line 89 of file AnalEvent.h. |
|
|
Serialize the object for writing.
Definition at line 82 of file AnalEvent.h. |
|
|
Update classification.
Definition at line 53 of file AnalEvent.h. |
|
|
Output operator(ASCII).
Definition at line 63 of file AnalEvent.h. |
|
|
Event classification.
Definition at line 71 of file AnalEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000