
Go to the source code of this file.
Classes | |
| struct | Hash< word > |
| Hashing for word. More... | |
| class | word |
| A class for handling words, derived from Foam::string. More... | |
| struct | nameOp< T > |
| Extract name (as a word) from an object, typically using its name() method. More... | |
| struct | typeOp< T > |
| Extract type (as a word) from an object, typically using its type() method. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| Istream & | operator>> (Istream &is, word &val) |
| Read operator. | |
| Ostream & | operator<< (Ostream &os, const word &val) |
| Write operator. | |
| word | operator& (const word &a, const word &b) |
| Join words as camelCase, capitalizing the first letter of b. | |
| word | name (const void *ptr) |
| A word representation of a memory address as hexadecimal. | |