Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

RecEvent Class Reference

#include <RecEvent.h>

Inheritance diagram for RecEvent:

DataObject List of all members.

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...


Constructor & Destructor Documentation

RecEvent::RecEvent ( const char * name = "RecEvent" ) [inline]
 

Constructors.

Definition at line 35 of file RecEvent.h.

RecEvent::~RecEvent ( ) [inline, virtual]
 

Destructor.

Definition at line 38 of file RecEvent.h.


Member Function Documentation

const CLID & RecEvent::clID ( ) const [inline, virtual]
 

Retrieve reference to class definition structure.

Definition at line 41 of file RecEvent.h.

const CLID & RecEvent::classID ( ) [inline, static]
 

Definition at line 42 of file RecEvent.h.

Referenced by clID().

std::ostream & RecEvent::fillStream ( std::ostream & s ) const [inline, virtual]
 

Fill the output stream (ASCII).

Definition at line 83 of file RecEvent.h.

Referenced by operator<<().

StreamBuffer & RecEvent::serialize ( StreamBuffer & s ) [inline, virtual]
 

Serialize the object for reading.

Definition at line 76 of file RecEvent.h.

StreamBuffer & RecEvent::serialize ( StreamBuffer & s ) const [inline, virtual]
 

Serialize the object for writing.

Definition at line 69 of file RecEvent.h.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream & s,
const RecEvent & obj ) [friend]
 

Output operator(ASCII).

Definition at line 50 of file RecEvent.h.


Member Data Documentation

double RecEvent::m_dummy [private]
 

Dummy data member.

Definition at line 58 of file RecEvent.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:22:53 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000