![]() |
|
Public Member Functions | |
primitiveEntry (const word &keyword, Istream &) | |
Construct from keyword and a Istream. | |
primitiveEntry (const word &keyword, const ITstream &) | |
Construct from keyword and a ITstream. | |
primitiveEntry (const word &, const token &) | |
Construct from keyword and a token. | |
primitiveEntry (const word &, const tokenList &) | |
Construct from keyword and a tokenList. | |
template<class T> | |
primitiveEntry (const word &, const T &) | |
Construct from keyword and a T. | |
autoPtr< entry > | clone () const |
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. | |
bool | isStream () const |
Return true because this entry is a stream. | |
ITstream & | stream () const |
Return token stream if this entry is a primitive entry. | |
const dictionary & | dict () const |
Return token stream if this entry is a primitive entry. | |
void | write (Ostream &) const |
Write. | |
InfoProxy< primitiveEntry > | info () const |
Return info proxy. |
|
Construct from keyword and a Istream.
|
|
Construct from keyword and a ITstream.
|
|
Construct from keyword and a token.
|
|
Construct from keyword and a tokenList.
|
|
Construct from keyword and a T.
|
|
Implements entry. Definition at line 100 of file primitiveEntry.H. References Foam::name(). |
Here is the call graph for this function:
|
Return token stream if this entry is a primitive entry.
Implements entry. |
|
Return line number of last token in dictionary.
Implements entry. |
|
Return info proxy. Used to print token information to a stream Reimplemented from IOstream. Definition at line 145 of file primitiveEntry.H. |
|
Return true because this entry is a stream.
Reimplemented from entry. Definition at line 127 of file primitiveEntry.H. |
|
Return the dictionary name.
Implements entry. Definition at line 115 of file primitiveEntry.H. References Foam::label. |
|
Return the dictionary name.
Implements entry. Definition at line 109 of file primitiveEntry.H. References Foam::name(). |
Here is the call graph for this function:
|
Return line number of first token in dictionary.
Implements entry. |
|
Return token stream if this entry is a primitive entry.
Implements entry. |
|
Write.
Implements entry. |