35 #ifndef GlobalIOList_H
36 #define GlobalIOList_H
52 template<
class>
class Container,
53 template<
class>
class IOContainer,
59 public Container<Type>
92 virtual bool global()
const
106 using Container<Type>::operator=;
149 static const bool global =
true;
virtual ~GlobalIOListBase()
Destructor.
void operator=(const GlobalIOListBase< Container, IOContainer, Type > &)
Assign to another GlobalIOList.
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
virtual bool global() const
Is object global.
GlobalIOListBase(const IOobject &)
Construct from IOobject.
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
IOContainer with global data (so optionally read from master)
TypeName("List")
Runtime type information.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with 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.
Trait for obtaining global status.