|
| | phasePairKey () |
| | Construct null. More...
|
| |
| | phasePairKey (const word &name1, const word &name2, const bool ordered=false) |
| | Construct from names and the ordering flag. More...
|
| |
| virtual | ~phasePairKey () |
| |
| bool | ordered () const |
| | Return the ordered flag. More...
|
| |
| | phasePairKey () |
| | Construct null. More...
|
| |
| | phasePairKey (const word &name1, const word &name2, const bool ordered=false) |
| | Construct from names and optional ordering flag. More...
|
| |
| virtual | ~phasePairKey ()=default |
| | Destructor. More...
|
| |
| bool | ordered () const |
| | Return the ordered flag. More...
|
| |
| | phasePairKey () |
| | Construct null. More...
|
| |
| | phasePairKey (const word &name1, const word &name2, const bool ordered) |
| | Construct from names and the ordering flag. More...
|
| |
| virtual | ~phasePairKey () |
| | Destructor. More...
|
| |
| bool | ordered () const |
| | Return the ordered flag. More...
|
| |
| | 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...
|
| |
|
| bool | operator== (const phasePairKey &a, const phasePairKey &b) |
| | Test if keys are equal. More...
|
| |
| bool | operator!= (const phasePairKey &a, const phasePairKey &b) |
| | Test if keys are unequal. More...
|
| |
| Istream & | operator>> (Istream &is, phasePairKey &key) |
| | Read from stdin. More...
|
| |
| Ostream & | operator<< (Ostream &os, const phasePairKey &key) |
| | Write to stdout. More...
|
| |
| bool | operator== (const phasePairKey &a, const phasePairKey &b) |
| | Test for equality. More...
|
| |
| bool | operator!= (const phasePairKey &a, const phasePairKey &b) |
| | Test for inequality. More...
|
| |
| Istream & | operator>> (Istream &is, phasePairKey &key) |
| | Read from Istream. More...
|
| |
| Ostream & | operator<< (Ostream &os, const phasePairKey &key) |
| | Write to Ostream. More...
|
| |
| bool | operator== (const phasePairKey &a, const phasePairKey &b) |
| | Test for equality. More...
|
| |
| bool | operator!= (const phasePairKey &a, const phasePairKey &b) |
| | Test for inequality. More...
|
| |
| Istream & | operator>> (Istream &is, phasePairKey &key) |
| | Read from Istream. More...
|
| |
| Ostream & | operator<< (Ostream &os, const phasePairKey &key) |
| | Write to Ostream. More...
|
| |
- Source files
-
- Source files
-
- Source files
-
Definition at line 59 of file phasePairKey.H.