36 warnNoRereading<IOList<T>>();
41 io.
readOpt() == IOobject::MUST_READ
42 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
44 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
47 readStream(typeName) >> *
this;
59 warnNoRereading<IOList<T>>();
64 io.
readOpt() == IOobject::MUST_READ
65 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
67 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
70 readStream(typeName) >> *
this;
86 warnNoRereading<IOList<T>>();
91 io.
readOpt() == IOobject::MUST_READ
92 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
94 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
97 readStream(typeName) >> *
this;
113 warnNoRereading<IOList<T>>();
120 io.
readOpt() == IOobject::MUST_READ
121 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
123 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
126 readStream(typeName) >> *
this;
145 return (os << *
this).good();
virtual ~IOList()
Destructor.
A simple container for copying or transferring objects of type <T>.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A List of objects of type <T> with automated input and output.
void operator=(const IOList< T > &)
points setSize(newPointi)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
IOList(const IOobject &)
Construct from IOobject.
bool writeData(Ostream &) const
Pure virtual writaData function.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
readOption readOpt() const
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...