38 #ifndef Foam_IOPtrList_H 39 #define Foam_IOPtrList_H virtual ~IOPtrList()=default
Destructor.
void operator=(const IOPtrList< T > &rhs)
Copy assignment of entries.
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)
void operator=(const UPtrList< T > &list)
Copy assignment.
TypeName("PtrList")
Runtime type information.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
OBJstream os(runTime.globalPath()/outputName)
bool writeData(Ostream &os) const
Pure virtual writeData function.
static PtrList< T > readContents(const IOobject &io)
Read and return contents. The IOobject will not be registered.
A PtrList of objects of type <T> with automated input and output.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers...
A helper class when constructing from an Istream or dictionary.
IOPtrList(const IOPtrList &)=default
Default copy construct.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Defines the attributes of an object for which implicit objectRegistry management is supported...