32 template<
class LListBase,
class T>
36 os <<
nl << lst.size();
39 os <<
nl << token::BEGIN_LIST <<
nl;
44 typename UILList<LListBase, T>::const_iterator iter = lst.begin();
53 os << token::END_LIST;
56 os.check(
"Ostream& operator<<(Ostream&, const UILList<LListBase, T>&)");
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)