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. Compares values only. More...
|
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
|
| template<class T1, class T2> |
| bool | operator== (const Instant< T1 > &a, const Instant< T2 > &b) noexcept |
| | True if instant values are equal within rounding tolerance.
|
| template<class T1, class T2> |
| bool | operator!= (const Instant< T1 > &a, const Instant< T2 > &b) noexcept |
| | True if instant values are not equal within rounding tolerance.
|
| 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.
|
| template<class T> |
| Ostream & | operator<< (Ostream &os, const Instant< T > &inst) |
| | Write instant tuple to Ostream.
|
Original source file Instant.H
Definition in file Instant.H.