32 Foam::Ostream& Foam::operator<<(Ostream& os, const UPtrList<T>& L)
35 os << nl << L.size() << nl << token::BEGIN_LIST;
44 os << nl << token::END_LIST <<
nl;
47 os.check(
"Ostream& operator<<(Ostream&, const UPtrList&)");
An Ostream is an abstract base class for all output systems (streams, files, token lists...