Go to the source code of this file.
|
| class | List< T > |
| | A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More...
|
| |
| class | fileName |
| | A class for handling file names. More...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| Istream & | operator>> (Istream &, fileName &) |
| |
| Ostream & | operator<< (Ostream &, const fileName &) |
| |
| fileName | operator/ (const string &, const string &) |
| | Assemble words and fileNames as pathnames by adding a '/' separator. More...
|
| |
| fileName | search (const word &file, const fileName &directory) |
| | Recursively search the given directory for the file. More...
|
| |
Original source file fileName.H
Definition in file fileName.H.