FreeFOAM The Cross-Platform CFD Toolkit
string.H File Reference

Detailed Description

Definition in file string.H.

#include "src/OpenFOAM/primitives/char/char.H"
#include "src/OpenFOAM/primitives/hashes/Hasher/Hasher.H"
#include <string>
#include <cstring>
#include <cstdlib>
#include "src/OpenFOAM/primitives/strings/string/stringI.H"
+ 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...
class  string::hash
 Hashing function class, shared by all the derived classes. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

Istream & operator>> (Istream &, string &)
Ostream & operator<< (Ostream &, const string &)
Ostream & operator<< (Ostream &, const std::string &)