Go to the documentation of this file.
56 return (first().empty() && second().empty());
107 if (obj.keyword().empty() || !obj.dict().empty())
const dictionary & dict() const noexcept
Istream & operator>>(Istream &, directionInfo &)
A token holds an item read from Istream.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
A class for handling keywords in dictionaries.
void writeEntry(Ostream &os) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A tuple of keyType and dictionary, which can be used when reading named or unnamed dictionary entries...
bool isPunctuation() const noexcept
@ END_STATEMENT
End entry [isseparator].
virtual bool check(const char *operation) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
@ BEGIN_BLOCK
Begin block [isseparator].
bool empty() const noexcept
const keyType & keyword() const noexcept
void putBack(const token &tok)
Ostream & writeEntry(const keyType &key, const T &value)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 2-tuple for storing two objects of dissimilar types. The container is similar in purpose to std::pa...