Go to the documentation of this file.
36 const IOobject& io = ip.t_;
39 << io.type() << token::SPACE
41 <<
" local: " << io.local()
42 <<
" readOpt: " <<
static_cast<int>(io.readOpt())
43 <<
" writeOpt: " <<
static_cast<int>(io.writeOpt())
44 <<
" globalObject: " << io.globalObject()
45 << token::SPACE << io.
path() <<
endl;
static std::string path(const std::string &str)
Return directory path name (part before last /)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
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,...