Data Structures | |
class | hash |
Public Member Functions | |
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) | |
Construct from names and the ordering flag. More... | |
virtual | ~phasePairKey () |
![]() | |
Pair () | |
Null constructor. More... | |
Pair (const Type &f, const Type &s) | |
Construct from components. More... | |
Pair (const FixedList< Type, 2 > &fl) | |
Construct from FixedList. More... | |
Pair (Istream &is) | |
Construct from Istream. More... | |
const Type & | first () const |
Return first. More... | |
Type & | first () |
Return first. More... | |
const Type & | second () const |
Return second. More... | |
Type & | second () |
Return second. More... | |
const Type & | other (const Type &a) const |
Return other. More... | |
Private Attributes | |
bool | ordered_ |
Flag to indicate whether ordering is important. More... | |
Friends | |
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 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... | |
Additional Inherited Members | |
![]() | |
static int | compare (const Pair< Type > &a, const Pair< Type > &b) |
Compare Pairs. More... | |
phasePairKey | ( | ) |
Construct null.
phasePairKey | ( | const word & | name1, |
const word & | name2, | ||
const bool | ordered = false |
||
) |
Construct from names and the ordering flag.
|
virtual |
phasePairKey | ( | ) |
Construct null.
phasePairKey | ( | const word & | name1, |
const word & | name2, | ||
const bool | ordered | ||
) |
Construct from names and the ordering flag.
|
virtual |
bool ordered | ( | ) | const |
Return the ordered flag.
|
friend |
Test if keys are equal.
|
friend |
Test if keys are unequal.
|
friend |
Read from stdin.
|
friend |
Write to stdout.
|
friend |
Test if keys are equal.
|
friend |
Test if keys are unequal.
|
friend |
Read from stdin.
|
friend |
Write to stdout.
|
private |
Flag to indicate whether ordering is important.
Definition at line 76 of file phasePairKey.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.