ListIO.h

Classes

Global Functions -- Input/output operators for Lists. (full description)

Input/output operators for Lists. (source)

Interface

ostream &operator<<(ostream &, const List<t> &)
ostream &operator<<(ostream &, const ConstListIter<t> &)

Description

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Prerequisite

Synopsis

These global functions provide easy input and output of List objects.

Member Description

ostream &operator<<(ostream &, const List<t> &)
ostream &operator<<(ostream &, const ConstListIter<t> &)

These functions are used to write Lists to an ostream.