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

Classification Class Reference

#include <Classification.h>

List of all members.

Public Methods

 Classification (long eventType)
 Constructors. More...

 Classification ()
 ~Classification ()
 Destructor. More...

long eventType () const
 Retrieve event type information. More...

void setEventType ( long value )
 Update event type information. More...

std::ostream& fillStream ( std::ostream& s ) const
 Fill the output stream (ASCII). More...


Private Attributes

long m_eventType
 Event type info. More...


Friends

StreamBuffer& operator<< ( StreamBuffer& s, const Classification& obj )
 Serialize the object for writing. More...

StreamBuffer& operator>> ( StreamBuffer& s, Classification& obj )
 Serialize the object for reading. More...

std::ostream& operator<< ( std::ostream& s, const Classification& obj )
 Output operator(ASCII). More...


Constructor & Destructor Documentation

Classification::Classification ( long eventType ) [inline]
 

Constructors.

Definition at line 29 of file Classification.h.

Classification::Classification ( ) [inline]
 

Definition at line 31 of file Classification.h.

Classification::~Classification ( ) [inline]
 

Destructor.

Definition at line 34 of file Classification.h.


Member Function Documentation

long Classification::eventType ( ) const [inline]
 

Retrieve event type information.

Definition at line 37 of file Classification.h.

std::ostream & Classification::fillStream ( std::ostream & s ) const [inline]
 

Fill the output stream (ASCII).

Definition at line 62 of file Classification.h.

Referenced by operator<<().

void Classification::setEventType ( long value ) [inline]
 

Update event type information.

Definition at line 41 of file Classification.h.


Friends And Related Function Documentation

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

Output operator(ASCII).

Definition at line 57 of file Classification.h.

StreamBuffer & operator<< ( StreamBuffer & s,
const Classification & obj ) [friend]
 

Serialize the object for writing.

Definition at line 46 of file Classification.h.

StreamBuffer & operator>> ( StreamBuffer & s,
Classification & obj ) [friend]
 

Serialize the object for reading.

Definition at line 51 of file Classification.h.


Member Data Documentation

long Classification::m_eventType [private]
 

Event type info.

Definition at line 71 of file Classification.h.


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