event.cc File Reference

#include "event.h"

Functions

ostream & operator<< (ostream &out, const Event &e)
istream & operator>> (istream &in, Event &e)

Function Documentation

ostream& operator<< ( ostream &  out,
const Event e 
)

Inserts an Event object in the internal format into the output stream, and returns the modified output stream.

Parameters:
out the output stream for insertion
e the Event for insertion
Returns:
the modified output stream

istream& operator>> ( istream &  in,
Event e 
)

Extracts an Event in the internal format from the input stream, and returns the modified input stream.

Parameters:
in the input stream for extraction
e the Event for storing the extracted information
Returns:
the modified input stream


Generated on Wed Jan 20 09:39:02 2010 by  doxygen 1.5.5