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

Information of an Active Message receiver callback. More...

#include <typedefs.h>

Public Member Functions

 AmReceiverCallbackInfo (const AmReceiverCallbackOwnerType owner, AmReceiverCallbackIdType id)
 Construct an AmReceiverCallbackInfo object. More...
 

Public Attributes

const AmReceiverCallbackOwnerType owner
 The owner name of the callback.
 
const AmReceiverCallbackIdType id
 The unique identifier of the callback.
 

Detailed Description

Information of an Active Message receiver callback.

Type identifying an Active Message receiver callback's owner name and unique identifier.

Constructor & Destructor Documentation

◆ AmReceiverCallbackInfo()

ucxx::AmReceiverCallbackInfo::AmReceiverCallbackInfo ( const AmReceiverCallbackOwnerType  owner,
AmReceiverCallbackIdType  id 
)

Construct an AmReceiverCallbackInfo object.

Parameters
[in]ownerThe owner name of the callback.
[in]idThe unique identifier of the callback.

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