74 const dictionaryEntry&
e
86 const InfoProxy<dictionaryEntry>& iproxy
89 const auto&
e = *iproxy;
91 os <<
" dictionaryEntry '" <<
e.keyword() <<
"'" <<
endl;
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
bool fatalCheck(const char *operation) const
Check IOstream status for given operation.
A helper class for outputting values to Ostream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A keyword and a list of tokens is a 'dictionaryEntry'.
dictionaryEntry(const dictionaryEntry &)=delete
No copy construct.
virtual void write(Ostream &os) const
Write.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dictionary()
Default construct, a top-level empty dictionary.
friend class entry
Declare friendship with the entry class for IO.
void writeEntry(Ostream &os) const
Write sub-dictionary with its dictName as its header.
A keyword and a list of tokens is an 'entry'.
const keyType & keyword() const noexcept
Return keyword.
A class for handling keywords in dictionaries.
OBJstream os(runTime.globalPath()/outputName)
Ostream & endl(Ostream &os)
Add newline and flush stream.