#include <molecule/sendingReferralList.H>
Definition at line 50 of file sendingReferralList.H.
Inheritance diagram for sendingReferralList:
Collaboration diagram for sendingReferralList:Public Member Functions | |
| sendingReferralList () | |
| Construct null.
| |
| sendingReferralList (const label destinationProc, const labelList &cellsToSend) | |
| Construct from components.
| |
| sendingReferralList (const sendingReferralList &) | |
| Construct as copy.
| |
| ~sendingReferralList () | |
| label | destinationProc () const |
| void | operator= (const sendingReferralList &) |
Friends | |
| bool | operator== (const sendingReferralList &a, const sendingReferralList &b) |
| bool | operator!= (const sendingReferralList &a, const sendingReferralList &b) |
| Istream & | operator>> (Istream &, sendingReferralList &) |
| Ostream & | operator<< (Ostream &, const sendingReferralList &) |
Construct null.
Definition at line 30 of file sendingReferralList.C.
| sendingReferralList | ( | const label | destinationProc, |
| const labelList & | cellsToSend | ||
| ) |
Construct from components.
Definition at line 38 of file sendingReferralList.C.
| sendingReferralList | ( | const sendingReferralList & | rL ) |
Construct as copy.
Definition at line 49 of file sendingReferralList.C.
| ~sendingReferralList | ( | ) |
Definition at line 60 of file sendingReferralList.C.
| Foam::label destinationProc | ( | ) | const [inline]
|
Definition at line 28 of file sendingReferralListI.H.
Referenced by sendingReferralList::operator=(), and operator==().
| void operator= | ( | const sendingReferralList & | rhs ) |
Definition at line 66 of file sendingReferralList.C.
References Foam::abort(), sendingReferralList::destinationProc(), Foam::FatalError, FatalErrorIn, and List< label >::operator=().
| bool operator== | ( | const sendingReferralList & | a, |
| const sendingReferralList & | b | ||
| ) | [friend]
|
Definition at line 88 of file sendingReferralList.C.
| bool operator!= | ( | const sendingReferralList & | a, |
| const sendingReferralList & | b | ||
| ) | [friend]
|
Definition at line 37 of file sendingReferralListI.H.
| Istream& operator>> | ( | Istream & | , |
| sendingReferralList & | |||
| ) | [friend]
|
| Ostream& operator<< | ( | Ostream & | , |
| const sendingReferralList & | |||
| ) | [friend]
|