38 WarningIn(
"IOList::IOList(const IOobject&)")
39 <<
"IOList " <<
name()
40 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED" 41 " but IOList does not support automatic rereading." 67 WarningIn(
"IOList::IOList(const IOobject&, const label)")
68 <<
"IOList " <<
name()
69 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED" 70 " but IOList does not support automatic rereading." 100 WarningIn(
"IOList::IOList(const IOobject&, const List<T>&)")
101 <<
"IOList " <<
name()
102 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED" 103 " but IOList does not support automatic rereading." 136 "IOList::IOList(const IOobject&, const Xfer<List<T> >&)" 137 ) <<
"IOList " <<
name()
138 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED" 139 " but IOList does not support automatic rereading." 173 return (os << *
this).good();
readOption readOpt() const
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
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.
IOList(const IOobject &)
Construct from IOobject.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool writeData(Ostream &) const
Pure virtual writaData function.
void setSize(const label)
Reset size of List.
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
#define WarningIn(functionName)
Report a warning using Foam::Warning.
void operator=(const IOList< T > &)
void close()
Close Istream.
const word typeName("scalarVectorTable")
const word & name() const
Return name.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A List of objects of type <T> with automated input and output.
label size() const
Return the number of elements in the UList.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool headerOk()
Read and check header info.
Istream & readStream(const word &)
Return Istream and check object type against that given.
virtual ~IOList()
Destructor.
void operator=(const UList< T > &)
Assignment from UList operator. Takes linear time.