31 template<
class LListBase,
class T>
35 os <<
nl << lst.size();
38 os <<
nl << token::BEGIN_LIST <<
nl;
43 typename ULPtrList<LListBase, T>::const_iterator iter = lst.begin();
52 os << token::END_LIST;
55 os.check(
"Ostream& operator<<(Ostream&, const ULPtrList<LListBase, T>&)");
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)