FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

Tuple.H File Reference


Detailed Description

Definition in file Tuple.H.

#include "src/OpenFOAM/db/IOstreams/IOstreams/Istream.H"
#include "src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H"
Include dependency graph for Tuple.H:

Go to the source code of this file.

Classes

class  Tuple< Type1, Type2 >
 A 2 Tuple. Differs from Tuple in that the two elements can be different type. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class Type1 , class Type2 >
Istream &  operator>> (Istream &, Tuple< Type1, Type2 > &)
template<class Type1 , class Type2 >
Ostream &  operator<< (Ostream &, const Tuple< Type1, Type2 > &)