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;
A helper class for outputting values to Ostream.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
OBJstream os(runTime.globalPath()/outputName)
Ostream & endl(Ostream &os)
Add newline and flush stream.