Go to the documentation of this file.
41 const label len = this->size();
48 for (label i=0; i < len; ++i)
50 const T* ptr = (*this)[i];
58 <<
"cannot dereference nullptr at index " << i
59 <<
" in range [0," << len <<
")"
Ostream & incrIndent(Ostream &os)
OBJstream os(runTime.globalPath()/outputName)
Ostream & decrIndent(Ostream &os)
errorManip< error > abort(error &err)
Ostream & indent(Ostream &os)
Ostream & write(Ostream &os, const bool trimNull=false) const
#define FatalErrorInFunction
unsigned int count(const UList< bool > &bools, const bool val=true)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...