Public Member Functions | Public Attributes | List of all members
ucxx::TagRecvInfo Class Reference

Information about probed tag message. More...

#include <typedefs.h>

Public Member Functions

 TagRecvInfo (const ucp_tag_recv_info_t &info)
 Construct a TagRecvInfo object from a UCP tag receive info structure. More...
 

Public Attributes

Tag senderTag
 Sender tag.
 
size_t length
 The size of the received data.
 

Detailed Description

Information about probed tag message.

Contains information returned when probing by a tag message received by the worker but not yet consumed.

Constructor & Destructor Documentation

◆ TagRecvInfo()

ucxx::TagRecvInfo::TagRecvInfo ( const ucp_tag_recv_info_t &  info)
explicit

Construct a TagRecvInfo object from a UCP tag receive info structure.

Parameters
[in]infoThe UCP tag receive info structure containing the sender tag and received data length.

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