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

Public Methods | |
| IrfEvent ( const char* name = "IrfEvent" ) | |
| Constructors. More... | |
| virtual | ~IrfEvent () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| IrfEvent& | operator= (const IrfEvent& copy) |
| Clone operator. 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 () |
Friends | |
| std::ostream& | operator<< ( std::ostream& s, const IrfEvent& obj ) |
| Output operator(ASCII). More... | |
Definition at line 38 of file IrfEvent.h.
|
|
Constructors.
Definition at line 43 of file IrfEvent.h. |
|
|
Destructor.
Definition at line 46 of file IrfEvent.h. |
|
|
Retrieve reference to class definition structure.
Definition at line 49 of file IrfEvent.h. |
|
|
Definition at line 50 of file IrfEvent.h. Referenced by clID(). |
|
|
Fill the output stream (ASCII).
Definition at line 95 of file IrfEvent.h. Referenced by operator<<(). |
|
|
Clone operator.
Definition at line 53 of file IrfEvent.h. |
|
|
Serialize the object for reading.
Definition at line 87 of file IrfEvent.h. |
|
|
Serialize the object for writing.
Definition at line 79 of file IrfEvent.h. |
|
|
Output operator(ASCII).
Definition at line 63 of file IrfEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000