friend Ostream & operator<<(Ostream &os, const nil &)
friend Istream & operator>>(Istream &is, nil &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Ostream & operator<<(Ostream &, const ensightPart &)
A zero-sized class without any storage. Used, for example, in HashSet.