32 Foam::Ostream& Foam::operator<<(Ostream& os, const InfoProxy<IOobject>& ip)
34 const IOobject& io = ip.t_;
37 << io.type() << token::SPACE
38 << io.
name() << token::SPACE
39 <<
"local:" << token::SPACE << io.local() << token::SPACE
40 <<
"readOpt:" << token::SPACE << io.readOpt() << token::SPACE
41 <<
"writeOpt:" << token::SPACE << io.writeOpt() << token::SPACE
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual const fileName & name() const
Return the name of the stream.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
fileName path() const
Return directory path name (part before last /)