|
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. | |
| OrdinalType | getSourceRank () |
| The source rank that sent the message (must be zero). | |
| OrdinalType | getTag () |
| The tag of the received message. | |
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 58 of file Teuchos_DefaultSerialComm.hpp.
| Teuchos::SerialCommStatus< OrdinalType >::SerialCommStatus | ( | ) | [inline] |
Default constructor.
Definition at line 61 of file Teuchos_DefaultSerialComm.hpp.
| OrdinalType Teuchos::SerialCommStatus< OrdinalType >::getSourceRank | ( | ) | [inline, virtual] |
The source rank that sent the message (must be zero).
Implements Teuchos::CommStatus< OrdinalType >.
Definition at line 64 of file Teuchos_DefaultSerialComm.hpp.
| OrdinalType Teuchos::SerialCommStatus< OrdinalType >::getTag | ( | ) | [inline, virtual] |
The tag of the received message.
Implements Teuchos::CommStatus< OrdinalType >.
Definition at line 67 of file Teuchos_DefaultSerialComm.hpp.
1.7.6.1