string.H File Reference
Include dependency graph for string.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  string
 A class for handling character strings derived from std::string. More...
 
struct  string::hasher
 Hashing functor for string and derived string classes. More...
 
struct  string::hash
 Deprecated hashing functor - use hasher. More...
 
struct  Hash< string >
 Hashing for Foam::string. More...
 
struct  Hash< std::string >
 Hashing for std:::string. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

Istream & operator>> (Istream &is, string &val)
 Read operator. More...
 
Ostream & operator<< (Ostream &os, const string &val)
 Write operator. More...
 
Ostream & operator<< (Ostream &os, const std::string &val)
 Write operator. More...
 

Detailed Description

Original source file string.H

Definition in file string.H.