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

Public Methods | |
| MCEvent ( const char* name = "MCEvent", int sourceId=0) | |
| Constructors. More... | |
| virtual | ~MCEvent () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| MCEvent& | operator= (const MCEvent& copy) |
| Clone operator. More... | |
| int | sourceId () const |
| Retrieve. More... | |
| void | setSourceId (int s) |
| set. 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 | |
| int | m_sourceId |
Friends | |
| std::ostream& | operator<< ( std::ostream& s, const MCEvent& obj ) |
| Output operator(ASCII). More... | |
It contains:
Definition at line 37 of file MCEvent.h.
|
|
Constructors.
|
|
|
Destructor.
|
|
|
Retrieve reference to class definition structure.
|
|
|
Definition at line 48 of file MCEvent.h. Referenced by clID(). |
|
|
Fill the output stream (ASCII).
Definition at line 107 of file MCEvent.h. Referenced by operator<<(). |
|
|
Clone operator.
|
|
|
Serialize the object for reading.
|
|
|
Serialize the object for writing.
|
|
|
set.
|
|
|
Retrieve.
|
|
|
Output operator(ASCII).
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000