check.cc File Reference

#include "check.h"

Functions

ostream & operator<< (ostream &out, const Check &check)
istream & operator>> (istream &in, Check &check)

Function Documentation

ostream& operator<< ( ostream &  out,
const Check check 
)

Inserts a Check object in the internal format into the output stream, and returns the modified output stream.

Parameters:
out the output stream for insertion
check the Check for insertion
Returns:
the modified output stream

istream& operator>> ( istream &  in,
Check check 
)

Extracts a Check from the input stream, and returns the modified input stream.

Parameters:
in the input stream for extraction
check the Check for storing the extracted information
Returns:
the modified input stream


Generated on Wed Jul 21 13:30:09 2010 by  doxygen 1.5.5