42 #ifndef dictionaryEntry_H 43 #define dictionaryEntry_H 167 Ostream& operator<<(Ostream&, const InfoProxy<dictionaryEntry>&);
label startLineNumber() const
Return line number of first token in dictionary.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const dictionary & dict() const
Return dictionary.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool isDict() const
Return true because this entry is a dictionary.
const fileName & name() const
Return the dictionary name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
friend Ostream & operator<<(Ostream &, const dictionaryEntry &)
A class for handling keywords in dictionaries.
void write(Ostream &) const
Write.
InfoProxy< dictionaryEntry > info() const
Return info proxy.
A helper class for outputting values to Ostream.
const fileName & name() const
Return the dictionary name (scoped, e.g. dictA::dictB::dictC)
A keyword and a list of tokens is a 'dictionaryEntry'.
A keyword and a list of tokens is an 'entry'.
autoPtr< dictionary > clone() const
Construct and return clone.
A class for handling file names.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
label endLineNumber() const
Return line number of last token in dictionary.
const word dictName() const
Return the local dictionary name (final part of scoped name)
ITstream & stream() const
This entry is not a primitive,.
const word dictName() const
Return the local dictionary name (final part of scoped name)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...