Go to the documentation of this file.
64 #ifndef namedDictionary_H
65 #define namedDictionary_H
76 class namedDictionary;
77 Istream&
operator>>(Istream&, namedDictionary&);
78 Ostream&
operator<<(Ostream&,
const namedDictionary&);
86 public Tuple2<keyType, dictionary>
112 bool empty() const noexcept;
const dictionary & dict() const noexcept
dictionary & dict() noexcept
Istream & operator>>(Istream &, directionInfo &)
friend Ostream & operator<<(Ostream &, const namedDictionary &)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
A class for handling keywords in dictionaries.
keyType & keyword() noexcept
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...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
friend Istream & operator>>(Istream &, namedDictionary &)
bool empty() const noexcept
const keyType & keyword() const noexcept
const T2 & second() const noexcept
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...
~namedDictionary()=default
const T1 & first() const noexcept