Information about probed tag message. More...
#include <tag_probe.h>
Public Member Functions | |
| TagRecvInfo () | |
| Default constructor for TagRecvInfo. | |
| TagRecvInfo (const ucp_tag_recv_info_t &info) | |
| Construct a TagRecvInfo object from a UCP tag receive info structure. More... | |
Public Attributes | |
| const Tag | senderTag |
| Sender tag. | |
| const size_t | length |
| The size of the received data. | |
Information about probed tag message.
Contains information returned when probing by a tag message received by the worker but not yet consumed.
|
explicit |
Construct a TagRecvInfo object from a UCP tag receive info structure.
| [in] | info | The UCP tag receive info structure containing the sender tag and received data length. |