student.cc File Reference

#include "student.h"

Functions

ostream & operator<< (ostream &out, const Student &student)
istream & operator>> (istream &in, Student &student)

Function Documentation

ostream& operator<< ( ostream &  out,
const Student student 
)

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

Parameters:
out the output stream for insertion
student the Student for insertion
Returns:
the modified output stream
istream& operator>> ( istream &  in,
Student student 
)

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

Parameters:
in the input stream for extraction
student the Student for storing the extracted information
Returns:
the modified input stream
Generated on Thu Jan 20 18:07:03 2011 by  doxygen 1.6.3