37 const InfoProxy<IOobject>& iproxy
40 const auto&
io = *iproxy;
43 <<
io.type() <<
' ' <<
io.name()
44 <<
" local: " <<
io.local()
45 <<
" readOpt: " <<
static_cast<int>(
io.readOpt())
46 <<
" writeOpt: " << static_cast<int>(
io.writeOpt())
47 <<
" registerObject: " <<
io.registerObject()
48 <<
" globalObject: " <<
io.globalObject()
49 <<
' ' <<
io.path() <<
endl;
Ostream & endl(Ostream &os)
Add newline and flush stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...