Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| scalar | operator+ (const scalar &t, const one &) |
| |
| scalar | operator+ (const one &, const scalar &t) |
| |
| scalar | operator- (const scalar &t, const one &) |
| |
| scalar | operator- (const one &, const scalar &t) |
| |
| const one & | operator* (const one &o, const one &) |
| |
| template<class Type > |
| const Type & | operator* (const Type &t, const one &) |
| |
| template<class Type > |
| const Type & | operator* (const one &, const Type &t) |
| |
| template<class Type > |
| const Type & | operator& (const one &, const Type &t) |
| |
| const one & | operator/ (const one &o, const one &) |
| |
| template<class Type > |
| auto | operator/ (const one &, const Type &t) |
| |
| template<class Type > |
| const Type & | operator/ (const Type &t, const one &) |
| |
| const one & | min (const one &o, const one &) |
| |
| template<class Type > |
| auto | min (const one &, const Type &t) |
| |
| template<class Type > |
| auto | min (const Type &t, const one &) |
| |
| const one & | max (const one &o, const one &) |
| |
| template<class Type > |
| auto | max (const one &, const Type &t) |
| |
| template<class Type > |
| auto | max (const Type &t, const one &) |
| |
Original source file oneI.H
Definition in file oneI.H.