|
| | interfacePair () |
| |
| | interfacePair (const word &alpha1Name, const word &alpha2Name) |
| |
| | interfacePair (const phase &alpha1, const phase &alpha2) |
| |
| | Pair ()=default |
| | Construct null. More...
|
| |
| | Pair (const word &f, const word &s) |
| | Copy construct from components. More...
|
| |
| | Pair (word &&f, word &&s) |
| | Move construct from components. More...
|
| |
| | Pair (const std::pair< word, word > &vals) |
| | Copy construct from std::pair. More...
|
| |
| | Pair (std::pair< word, word > &&vals) |
| | Move construct from std::pair. More...
|
| |
| | Pair (const FixedList< word, 2 > &list) |
| | Copy construct FixedList of two items. More...
|
| |
| | Pair (const word &f, const word &s, const bool doSort) |
| | Copy construct, optionally sorted with first less-than second. More...
|
| |
| | Pair (const FixedList< word, 2 > &list, const bool doSort) |
| | Copy construct, optionally sorted with first less-than second. More...
|
| |
| | Pair (Istream &is) |
| | Construct from Istream. More...
|
| |
| const word & | second () const noexcept |
| | Return second element, which is also the last element. More...
|
| |
| word & | second () noexcept |
| | Return second element, which is also the last element. More...
|
| |
| const word & | other (const word &a) const |
| | Return other element. More...
|
| |
| bool | sorted () const |
| | True if first() is less-than second() More...
|
| |
| void | flip () |
| | Flip the Pair in-place. More...
|
| |
| void | sort () |
| | Sort so that first() is less-than second() More...
|
| |
Definition at line 69 of file multiphaseMixture.H.