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

Public Methods | |
| RecEvent ( const char* name = "RecEvent" ) | |
| Constructors. More... | |
| virtual | ~RecEvent () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. 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 | |
| double | m_dummy |
| Dummy data member. More... | |
Friends | |
| std::ostream& | operator<< ( std::ostream& s, const RecEvent& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 35 of file RecEvent.h. |
|
|
Destructor.
Definition at line 38 of file RecEvent.h. |
|
|
Retrieve reference to class definition structure.
Definition at line 41 of file RecEvent.h. |
|
|
Definition at line 42 of file RecEvent.h. Referenced by clID(). |
|
|
Fill the output stream (ASCII).
Definition at line 83 of file RecEvent.h. Referenced by operator<<(). |
|
|
Serialize the object for reading.
Definition at line 76 of file RecEvent.h. |
|
|
Serialize the object for writing.
Definition at line 69 of file RecEvent.h. |
|
|
Output operator(ASCII).
Definition at line 50 of file RecEvent.h. |
|
|
Dummy data member.
Definition at line 58 of file RecEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000