ug4
ug::ParallelNodes::NewSlaveNotification Struct Reference

Public Member Functions

 NewSlaveNotification ()
 
 NewSlaveNotification (const AlgebraID &_id, int _newSlaveOnPID)
 

Public Attributes

AlgebraID id
 
int newSlaveOnPID
 

Friends

std::ostream & operator<< (std::ostream &out, const NewSlaveNotification &n)
 

Detailed Description

these are "i have a new slave to your process" notifications. the sender sends "i have a new slave to your process", and the receiver now adds this node to a master layout to this process.

Constructor & Destructor Documentation

◆ NewSlaveNotification() [1/2]

ug::ParallelNodes::NewSlaveNotification::NewSlaveNotification ( )
inline

◆ NewSlaveNotification() [2/2]

ug::ParallelNodes::NewSlaveNotification::NewSlaveNotification ( const AlgebraID _id,
int  _newSlaveOnPID 
)
inline

References newSlaveOnPID.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const NewSlaveNotification n 
)
friend

Member Data Documentation

◆ id

AlgebraID ug::ParallelNodes::NewSlaveNotification::id

◆ newSlaveOnPID

int ug::ParallelNodes::NewSlaveNotification::newSlaveOnPID

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