Namespace for containing a functionEntry. More...
Classes | |
| class | calcEntry |
| Uses dynamic compilation to provide calculating functionality for entering dictionary entries. More... | |
| class | codeStream |
| Dictionary entry that contains C++ OpenFOAM code that is compiled to generate the entry itself. So. More... | |
| class | includeEntry |
| Specify an include file when reading dictionaries, expects a single string to follow. More... | |
| class | includeEtcEntry |
| Specify an etc file to include when reading dictionaries, expects a single string to follow. More... | |
| class | includeFuncEntry |
| Specify a functionObject dictionary file to include, expects the functionObject name to follow with option arguments (without quotes). 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... | |
Namespace for containing a functionEntry.
| Foam::functionEntries::defineTypeNameAndDebug | ( | calcEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| calcEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| calcEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | codeStream | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| codeStream | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| codeStream | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEtcEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeEtcEntry | , | ||
| execute | , | ||
| primitiveEntryIstream | |||
| ) |
| Foam::functionEntries::defineTypeNameAndDebug | ( | includeFuncEntry | , |
| 0 | |||
| ) |
| Foam::functionEntries::addToMemberFunctionSelectionTable | ( | functionEntry | , |
| includeFuncEntry | , | ||
| execute | , | ||
| dictionaryIstream | |||
| ) |
| 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 | |||
| ) |
1.8.11