Loading...
Searching...
No Matches
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

Istreamoperator>> (Istream &is, word &val)
 Read operator.
Ostreamoperator<< (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.

Detailed Description

Original source file word.H

Definition in file word.H.