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. | |
Information of an Active Message receiver callback.
Type identifying an Active Message receiver callback's owner name and unique identifier.
ucxx::AmReceiverCallbackInfo::AmReceiverCallbackInfo | ( | const AmReceiverCallbackOwnerType | owner, |
AmReceiverCallbackIdType | id | ||
) |
Construct an AmReceiverCallbackInfo object.
[in] | owner | The owner name of the callback. |
[in] | id | The unique identifier of the callback. |