word.H File Reference
Include dependency graph for word.H:

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. More...
 
Ostream & operator<< (Ostream &os, const word &val)
 Write operator. More...
 
word operator& (const word &a, const word &b)
 Join words as camelCase, capitalizing the first letter of b. More...
 
word name (const void *ptr)
 A word representation of a memory address as hexadecimal. More...
 

Detailed Description

Original source file word.H

Definition in file word.H.