65 #ifndef functionObjects_writeLocalObjects_H 66 #define functionObjects_writeLocalObjects_H 81 namespace functionObjects
88 class writeLocalObjects
90 public writeObjectsBase
A list of keyword definitions, which are a keyword followed by any number of values (e...
void resetLocalObjectName(const word &name)
Reset the list of local object names from a single word.
virtual wordList objectNames()
Get the list of field names to be written.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
writeLocalObjects(const objectRegistry &obr, const Switch &logRef)
Construct from objectRegistry and inheriting function object.
wordList localObjectNames_
Object names that are handled on behalf of the inheritor.
A class for handling words, derived from string.
const wordList & localObjectNames() const
Return const access to the local object names.
void resetLocalObjectNames(const wordList &names)
Reset the list of local object names from a wordList.
word name(const complex &)
Return a string representation of a complex.
virtual ~writeLocalObjects()
Destructor.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object...
virtual bool read(const dictionary &)
Read the list of objects to be written.
void operator=(const writeLocalObjects &)=delete
Disallow default bitwise assignment.
Registry of regIOobjects.