73 <<
"Attempt to return stream of primitives from a dictionary entry: "
An input stream of tokens.
static ITstream & empty_stream()
Return reference to an empty ITstream, for functions needing to return an ITstream reference but whic...
A keyword and a list of tokens is a 'dictionaryEntry'.
dictionaryEntry(const dictionaryEntry &)=delete
No copy construct.
virtual const dictionary & dict() const noexcept
Return dictionary (ie, this).
virtual const dictionary * dictPtr() const noexcept
Return pointer to this dictionary.
virtual label endLineNumber() const
Return line number of last token in dictionary.
virtual ITstream & stream() const
This entry is not a primitive, calling this function generates a FatalError.
virtual label startLineNumber() const
Return line number of first token in dictionary.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dictionary()
Default construct, a top-level empty dictionary.
friend class entry
Declare friendship with the entry class for IO.
label endLineNumber() const
Return line number of last token in dictionary.
label startLineNumber() const
Return line number of first token in dictionary.
const keyType & keyword() const noexcept
Return keyword.
A class for handling keywords in dictionaries.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
errorManip< error > abort(error &err)
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
constexpr char nl
The newline '\n' character (0x0a).