#include <molecule/receivingReferralList.H>
Definition at line 50 of file receivingReferralList.H.
Public Member Functions | |
receivingReferralList () | |
Construct null.
| |
receivingReferralList (const label sourceProc, const labelListList &refCellsToSendTo) | |
Construct from components.
| |
receivingReferralList (const receivingReferralList &) | |
Construct as copy.
| |
~receivingReferralList () | |
label | sourceProc () const |
void | operator= (const receivingReferralList &) |
Friends | |
bool | operator== (const receivingReferralList &a, const receivingReferralList &b) |
bool | operator!= (const receivingReferralList &a, const receivingReferralList &b) |
Istream & | operator>> (Istream &, receivingReferralList &) |
Ostream & | operator<< (Ostream &, const receivingReferralList &) |
Construct null.
Definition at line 31 of file receivingReferralList.C.
receivingReferralList | ( | const label | sourceProc, |
const labelListList & | refCellsToSendTo | ||
) |
Construct from components.
Definition at line 39 of file receivingReferralList.C.
receivingReferralList | ( | const receivingReferralList & | rL ) |
Construct as copy.
Definition at line 50 of file receivingReferralList.C.
Definition at line 61 of file receivingReferralList.C.
Foam::label sourceProc | ( | ) | const [inline]
|
Definition at line 28 of file receivingReferralListI.H.
Referenced by receivingReferralList::operator=(), and operator==().
void operator= | ( | const receivingReferralList & | rhs ) |
Definition at line 67 of file receivingReferralList.C.
References Foam::abort(), Foam::FatalError, FatalErrorIn, List< labelList >::operator=(), and receivingReferralList::sourceProc().
bool operator== | ( | const receivingReferralList & | a, |
const receivingReferralList & | b | ||
) | [friend]
|
Definition at line 90 of file receivingReferralList.C.
bool operator!= | ( | const receivingReferralList & | a, |
const receivingReferralList & | b | ||
) | [friend]
|
Definition at line 37 of file receivingReferralListI.H.
Istream& operator>> | ( | Istream & | , |
receivingReferralList & | |||
) | [friend]
|
Ostream& operator<< | ( | Ostream & | , |
const receivingReferralList & | |||
) | [friend]
|