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

IrfEvent Class Reference

#include <IrfEvent.h>

Inheritance diagram for IrfEvent:

DataObject List of all members.

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


Detailed Description

Essential information of the IRF event It can be identified by "/Event/Irf"

Definition at line 38 of file IrfEvent.h.


Constructor & Destructor Documentation

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

Constructors.

Definition at line 43 of file IrfEvent.h.

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

Destructor.

Definition at line 46 of file IrfEvent.h.


Member Function Documentation

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

Retrieve reference to class definition structure.

Definition at line 49 of file IrfEvent.h.

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

Definition at line 50 of file IrfEvent.h.

Referenced by clID().

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

Fill the output stream (ASCII).

Definition at line 95 of file IrfEvent.h.

Referenced by operator<<().

IrfEvent & IrfEvent::operator= ( const IrfEvent & copy ) [inline]
 

Clone operator.

Definition at line 53 of file IrfEvent.h.

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

Serialize the object for reading.

Definition at line 87 of file IrfEvent.h.

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

Serialize the object for writing.

Definition at line 79 of file IrfEvent.h.


Friends And Related Function Documentation

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

Output operator(ASCII).

Definition at line 63 of file IrfEvent.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