

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. | |
| Ostream & | operator<< (Ostream &os, const string &val) |
| Write operator. | |
| Ostream & | operator<< (Ostream &os, const std::string &val) |
| Write operator. | |