Go to the source code of this file.
|
| class | dictionary |
| | A list of keyword definitions, which are a keyword followed by a number of values (eg, words and numbers) or by a sub-dictionary. Since the dictionary format is used extensively throughout OpenFOAM for input/output files, there are many examples of its use. More...
|
| class | dictionary::Searcher< Const > |
| | Generic const/non-const dictionary entry searcher. More...
|
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
Original source file dictionary.H
Definition in file dictionary.H.
◆ defineDictionaryGetter
| #define defineDictionaryGetter |
( |
| Func, |
|
|
| Type ) |
Value: \
Type Func \
( \
const word& keyword, \
enum keyType::option matchOpt = keyType::REGEX \
) const \
{ \
return get<Type>(keyword, matchOpt); \
}
Definition at line 1690 of file dictionary.H.