|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Implementation of CommStatus for a serial communicator.
More...
#include <Teuchos_DefaultSerialComm.hpp>

Public Member Functions | |
| SerialCommStatus () | |
| Default constructor. More... | |
| OrdinalType | getSourceRank () |
| The source rank that sent the message (must be zero). More... | |
| OrdinalType | getTag () |
| The tag of the received message. More... | |
Public Member Functions inherited from Teuchos::CommStatus< OrdinalType > | |
| virtual | ~CommStatus () |
| Destructor (declared virtual for memory safety) More... | |
Implementation of CommStatus for a serial communicator.
| OrdinalType | The same template parameter as Comm. Only use int here. We only make this a template class for compatibility with Comm. |
Definition at line 26 of file Teuchos_DefaultSerialComm.hpp.
|
inline |
Default constructor.
Definition at line 29 of file Teuchos_DefaultSerialComm.hpp.
|
inlinevirtual |
The source rank that sent the message (must be zero).
Implements Teuchos::CommStatus< OrdinalType >.
Definition at line 32 of file Teuchos_DefaultSerialComm.hpp.
|
inlinevirtual |
The tag of the received message.
Implements Teuchos::CommStatus< OrdinalType >.
Definition at line 35 of file Teuchos_DefaultSerialComm.hpp.
1.8.5