

Go to the source code of this file.
Classes | |
| struct | Hash< fileName > |
| Hashing for fileName. More... | |
| class | fileName |
| A class for handling file names. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef List< word > | wordList |
| List of word. | |
Functions | |
| Istream & | operator>> (Istream &is, fileName &val) |
| Read operator. | |
| Ostream & | operator<< (Ostream &os, const fileName &val) |
| Write operator. | |
| fileName | operator/ (const string &s1, const string &s2) |
| Assemble words and fileNames as pathnames by adding a '/' separator. | |
| fileName | search (const word &file, const fileName &directory) |
| Recursively search the given directory for the file. | |
Original source file fileName.H
Definition in file fileName.H.