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  UList< T >
 A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscript bounds checking, etc. More...
 
class  string
 A class for handling character strings derived from std::string. More...
 
class  string::hash
 Hashing function class, shared by all the derived classes. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

Istream & operator>> (Istream &, string &)
 
Ostream & operator<< (Ostream &, const string &)
 
Ostream & operator<< (Ostream &, const std::string &)
 
void writeEntry (Ostream &os, const char *value)
 
void writeEntry (Ostream &os, const string &value)
 

Detailed Description

Original source file string.H

Definition in file string.H.