|
Ocean
|
This class implements the base class for all subscription handlers. More...
#include <ScopedSubscription.h>
Public Types | |
| using | ScopedSubscriptionType = ScopedSubscriptionT< unsigned int, ScopedSubscriptionHandler > |
| Definition of a scoped subscription object. | |
Protected Member Functions | |
| ScopedSubscriptionType | scopedSubscription (const unsigned int &subscriptionId, ScopedSubscriptionType::ReleaseCallbackFunction releaseCallbackFunction) |
| Returns the subscription object for a given subscription id. | |
This class implements the base class for all subscription handlers.
| using Ocean::ScopedSubscriptionHandler::ScopedSubscriptionType = ScopedSubscriptionT<unsigned int, ScopedSubscriptionHandler> |
Definition of a scoped subscription object.
|
inlineprotected |
Returns the subscription object for a given subscription id.
| subscriptionId | The subscription id of the resulting subscription object |
| releaseCallbackFunction | The release function of the subscription, must be valid |