42 #ifndef primitiveEntry_H
43 #define primitiveEntry_H
174 Ostream&
operator<<(Ostream&,
const InfoProxy<primitiveEntry>&);
virtual Istream & read(token &)
Return next token from stream.
const fileName & name() const
Return the name of the stream.
A helper class for outputting values to Ostream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
A keyword and a list of tokens is an 'entry'.
virtual autoPtr< entry > clone() const
Construct on freestore as copy.
A class for handling file names.
A functionName is a word starting with '#'.
A class for handling keywords in dictionaries.
A keyword and a list of tokens is a 'primitiveEntry'. An primitiveEntry can be read,...
bool isStream() const
Return true because this entry is a stream.
void write(Ostream &) const
Write.
InfoProxy< primitiveEntry > info() const
Return info proxy.
virtual Istream & read(token &)
Inherit read from ITstream.
primitiveEntry(const keyType &, Istream &)
Construct from keyword and a Istream.
label endLineNumber() const
Return line number of last token in dictionary.
ITstream & stream() const
Return token stream if this entry is a primitive entry.
const dictionary & dict() const
This entry is not a dictionary,.
const fileName & name() const
Return the dictionary name.
label startLineNumber() const
Return line number of first token in dictionary.
A token holds items read from Istream.
A variable is a word with support for additional characters, in particular '$' and '/'.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)