UPstream::communicator Class Reference

Helper class for allocating/freeing communicators. More...

Public Member Functions

 communicator (const label parent, const labelList &subRanks, const bool doPstream)
 
 communicator (const communicator &)=delete
 Disallow default bitwise copy construction. More...
 
 ~communicator ()
 
 operator label () const
 
void operator= (const communicator &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Helper class for allocating/freeing communicators.

Definition at line 314 of file UPstream.H.

Constructor & Destructor Documentation

◆ communicator() [1/2]

communicator ( const label  parent,
const labelList subRanks,
const bool  doPstream 
)
inline

Definition at line 321 of file UPstream.H.

◆ communicator() [2/2]

communicator ( const communicator )
delete

Disallow default bitwise copy construction.

◆ ~communicator()

~communicator ( )
inline

Definition at line 333 of file UPstream.H.

References UPstream::freeCommunicator().

Here is the call graph for this function:

Member Function Documentation

◆ operator label()

◆ operator=()

void operator= ( const communicator )
delete

Disallow default bitwise assignment.


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