Data Structures | Namespaces | Functions
Table.H File Reference
Include dependency graph for Table.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Table
 Templated table container data entry. Items are stored in a list of Tuple2's. First column is always stored as scalar entries. Data is read in Tuple2 form, e.g. for an entry <entryName> that is (scalar, vector): More...
 
class  Table
 Templated table container data entry. Items are stored in a list of Tuple2's. First column is always stored as scalar entries. Data is read in Tuple2 form, e.g. for an entry <entryName> that is (scalar, vector): More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
Ostream & operator<< (Ostream &, const Table< Type > &)
 

Detailed Description

Original source file Table.H

Definition in file Table.H.