42 objects_(std::move(master))
50 is >> index_ >> objects_;
63 (a.index_ ==
b.index_) && (a.objects_ ==
b.objects_)
91 is >> a.index_ >> a.objects_;
92 is.readEnd(
"objectMap");
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
virtual bool check(const char *operation) const
Check IOstream status for given operation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool readEnd(const char *funcName)
End read of data chunk, ends with ')'.
bool readBegin(const char *funcName)
Begin read of data chunk, starts with '('.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An objectMap is a pair of labels defining the mapping of an object from another object,...
objectMap() noexcept
Default construct, with index=-1 and no objects.
label & index() noexcept
The object index.
@ BEGIN_LIST
Begin list [isseparator].
@ END_LIST
End list [isseparator].
OBJstream os(runTime.globalPath()/outputName)
bool operator!=(const eddy &a, const eddy &b)
List< label > labelList
A List of labels.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
Istream & operator>>(Istream &, directionInfo &)
UList< label > labelUList
A UList of labels.