FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

sendingReferralList Class Reference

#include <molecule/sendingReferralList.H>


Detailed Description

Source files

Definition at line 50 of file sendingReferralList.H.

Inheritance diagram for sendingReferralList:
Collaboration diagram for sendingReferralList:

List of all members.

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 &)

Constructor & Destructor Documentation

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.

Construct as copy.

Definition at line 49 of file sendingReferralList.C.

Definition at line 60 of file sendingReferralList.C.


Member Function Documentation

Foam::label destinationProc (  ) const [inline]

Definition at line 28 of file sendingReferralListI.H.

Referenced by sendingReferralList::operator=(), and operator==().


Friends And Related Function Documentation

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]

The documentation for this class was generated from the following files: