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"
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 &) |