Classes | Namespaces | Typedefs | Functions
fileName.H File Reference
Include dependency graph for fileName.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

typedef List< word > wordList
 A List of words. More...
 

Functions

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...
 

Detailed Description

Original source file fileName.H

Definition in file fileName.H.