Go to the source code of this file.
|
| class | Instant< T > |
| | A tuple of scalar 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...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class T1 , class T2 > |
| bool | operator== (const Instant< T1 > &a, const Instant< T2 > &b) noexcept |
| |
| template<class T1 , class T2 > |
| bool | operator!= (const Instant< T1 > &a, const Instant< T2 > &b) noexcept |
| |
| template<class T1 , class T2 > |
| bool | operator< (const Instant< T1 > &a, const Instant< T2 > &b) noexcept |
| |
| template<class T1 , class T2 > |
| bool | operator> (const Instant< T1 > &a, const Instant< T2 > &b) noexcept |
| |
| template<class T > |
| Istream & | operator>> (Istream &is, Instant< T > &inst) |
| | Read instant tuple from Istream. More...
|
| |
| template<class T > |
| Ostream & | operator<< (Ostream &os, const Instant< T > &inst) |
| | Write instant tuple to Ostream. More...
|
| |
Original source file Instant.H
Definition in file Instant.H.