![]() |
|
Public Member Functions | |
dictionaryEntry (Istream &) | |
Construct from Istream. | |
dictionaryEntry (const word &keyword, Istream &) | |
Construct from keyword and a Istream. | |
dictionaryEntry (const word &keyword, const dictionary &) | |
Construct from keyword and a dictionary. | |
autoPtr< entry > | clone () const |
Construct and return clone. | |
const fileName & | name () const |
Return the dictionary name. | |
fileName & | name () |
Return the dictionary name. | |
label | startLineNumber () const |
Return line number of first token in dictionary. | |
label | endLineNumber () const |
Return line number of last token in dictionary. | |
ITstream & | stream () const |
Return token stream if this entry is a dictionary entry. | |
bool | isDict () const |
Return true because this entry is a dictionary. | |
const dictionary & | dict () const |
Return token stream if this entry is a dictionary entry. | |
void | write (Ostream &) const |
Write. | |
InfoProxy< dictionaryEntry > | info () const |
Return info proxy. | |
Friends | |
Ostream & | operator<< (Ostream &, const dictionaryEntry &) |
|
Construct from Istream.
|
|
Construct from keyword and a Istream.
|
|
Construct from keyword and a dictionary.
|
|
Construct and return clone.
Reimplemented from dictionary. Definition at line 88 of file dictionaryEntry.H. References Foam::name(). |
Here is the call graph for this function:
|
Return token stream if this entry is a dictionary entry.
Implements entry. |
|
Return line number of last token in dictionary.
Reimplemented from dictionary. |
|
Return info proxy. Used to print token information to a stream Definition at line 133 of file dictionaryEntry.H. |
|
Return true because this entry is a dictionary.
Reimplemented from entry. Definition at line 118 of file dictionaryEntry.H. |
|
Return the dictionary name.
Reimplemented from dictionary. Definition at line 103 of file dictionaryEntry.H. References Foam::label. |
|
Return the dictionary name.
Reimplemented from dictionary. Definition at line 97 of file dictionaryEntry.H. References Foam::name(). |
Here is the call graph for this function:
|
Return line number of first token in dictionary.
Reimplemented from dictionary. |
|
Return token stream if this entry is a dictionary entry.
Implements entry. |
|
Write.
Implements entry. |
|
|