FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

dictionary.H File Reference


Detailed Description

Definition in file dictionary.H.

#include "src/OpenFOAM/db/dictionary/entry/entry.H"
#include "src/OpenFOAM/containers/LinkedLists/user/IDLList.H"
#include "src/OpenFOAM/containers/LinkedLists/user/DLList.H"
#include "src/OpenFOAM/primitives/strings/fileName/fileName.H"
#include "src/OpenFOAM/db/IOstreams/Tstreams/ITstream.H"
#include "src/OpenFOAM/containers/HashTables/HashTable/HashTable.H"
#include "src/OpenFOAM/primitives/Lists/wordList.H"
#include "src/OpenFOAM/db/typeInfo/className.H"
Include dependency graph for dictionary.H:

Go to the source code of this file.

Classes

class  dictionaryName
class  dictionary
 A list of keyword definitions, which are a keyword followed by any number of values (e.g. words and numbers). The keywords can represent patterns which are matched using Posix regular expressions. The general order for searching is as follows:

  • exact match
  • pattern match (in reverse order)
  • optional recursion into the enclosing (parent) dictionaries.
More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

Istream &  operator>> (Istream &, dictionary &)
Ostream &  operator<< (Ostream &, const dictionary &)
dictionary  operator+ (const dictionary &dict1, const dictionary &dict2)
 Combine dictionaries.
dictionary  operator| (const dictionary &dict1, const dictionary &dict2)
 Combine dictionaries.