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

Go to the source code of this file.

Classes

class  Instant< T >
 A tuple of value and key. The value often corresponds to a time value, thus the naming of the class. The key will usually be a time name or a file name etc. More...
 
struct  Instant< T >::less
 Less function for sorting. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
Istream & operator>> (Istream &is, Instant< T > &inst)
 
template<class T >
Ostream & operator<< (Ostream &os, const Instant< T > &inst)
 
template<class T1 , class T2 >
bool operator== (const Instant< T1 > &a, const Instant< T2 > &b)
 Compare instant values for equality. More...
 
template<class T1 , class T2 >
bool operator!= (const Instant< T1 > &a, const Instant< T2 > &b)
 Compare instant values for inequality. More...
 
template<class T1 , class T2 >
bool operator< (const Instant< T1 > &a, const Instant< T2 > &b)
 Compare instant values for less-than. More...
 
template<class T1 , class T2 >
bool operator> (const Instant< T1 > &a, const Instant< T2 > &b)
 Compare instant values for greater-than. More...
 

Detailed Description

Original source file Instant.H

Definition in file Instant.H.