Namespace for containing a functionEntry.
More...
Detailed Description
Namespace for containing a functionEntry.
Classes
|
| class
| includeEntry |
| | Specify an include file when reading dictionaries, expects a single string to follow. More...
|
| class
| includeIfPresentEntry |
| | Specify a file to include if it exists. Expects a single string to follow. More...
|
| class
| inputModeEntry |
| | Specify the input mode when reading dictionaries, expects a single word to follow. More...
|
| class
| removeEntry |
| | Remove a dictionary entry. More...
|
Functions
|
|
| addToMemberFunctionSelectionTable (functionEntry, includeEntry, execute, dictionaryIstream) |
|
| addToMemberFunctionSelectionTable (functionEntry, includeEntry, execute, primitiveEntryIstream) |
|
| addToMemberFunctionSelectionTable (functionEntry, includeIfPresentEntry, execute, dictionaryIstream) |
|
| addToMemberFunctionSelectionTable (functionEntry, includeIfPresentEntry, execute, primitiveEntryIstream) |
|
| addToMemberFunctionSelectionTable (functionEntry, inputModeEntry, execute, dictionaryIstream) |
|
| addToMemberFunctionSelectionTable (functionEntry, removeEntry, execute, dictionaryIstream) |
Function Documentation
| Foam::functionEntries::addToMemberFunctionSelectionTable
|
( |
functionEntry
|
,
|
|
|
includeEntry
|
,
|
|
|
execute
|
,
|
|
|
dictionaryIstream
|
|
|
) |
|
|
| Foam::functionEntries::addToMemberFunctionSelectionTable
|
( |
functionEntry
|
,
|
|
|
includeEntry
|
,
|
|
|
execute
|
,
|
|
|
primitiveEntryIstream
|
|
|
) |
|
|
| Foam::functionEntries::addToMemberFunctionSelectionTable
|
( |
functionEntry
|
,
|
|
|
includeIfPresentEntry
|
,
|
|
|
execute
|
,
|
|
|
dictionaryIstream
|
|
|
) |
|
|
| Foam::functionEntries::addToMemberFunctionSelectionTable
|
( |
functionEntry
|
,
|
|
|
includeIfPresentEntry
|
,
|
|
|
execute
|
,
|
|
|
primitiveEntryIstream
|
|
|
) |
|
|
| Foam::functionEntries::addToMemberFunctionSelectionTable
|
( |
functionEntry
|
,
|
|
|
inputModeEntry
|
,
|
|
|
execute
|
,
|
|
|
dictionaryIstream
|
|
|
) |
|
|
| Foam::functionEntries::addToMemberFunctionSelectionTable
|
( |
functionEntry
|
,
|
|
|
removeEntry
|
,
|
|
|
execute
|
,
|
|
|
dictionaryIstream
|
|
|
) |
|
|