tokenTupleN.H File Reference
Include dependency graph for tokenTupleN.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tokenTupleN
 Reads a n-component tuple, storing the result as a list of tokens, using bracket counting to disambiguate types. This allows foam-format tables of mixed types to be read and columns extracted, provided that the complex types are bounded by parentheses. For example, the following table, with scalar, vector, scalar, and symmTensor columns could be read as a list of tokenTupleN-s: More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

Istream & operator>> (Istream &, tokenTupleN &)
 

Detailed Description

Original source file tokenTupleN.H

Definition in file tokenTupleN.H.