35template<
class LListBase,
class T>
44 const label len = this->size();
48 (len <= 1 || !shortLen)
57 for (
const T& val : *
this)
73 for (
const T& val : *
this)
88template<
class LListBase,
class T>
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Template class for intrusive linked lists.
Ostream & writeList(Ostream &os, const label shortLen=0) const
Write UILList with line-breaks when length exceeds shortLen.
@ BEGIN_LIST
Begin list [isseparator].
@ END_LIST
End list [isseparator].
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
constexpr char nl
The newline '\n' character (0x0a).