|
FairMQ
1.4.33
C++ Message Queuing Library and Framework
|
Public Member Functions | |
| Context (int numIoThreads) | |
| Context (const Context &)=delete | |
| Context | operator= (const Context &)=delete |
| void | SubscribeToRegionEvents (RegionEventCallback callback) |
| bool | SubscribedToRegionEvents () const |
| void | UnsubscribeFromRegionEvents () |
| void | RegionEventsSubscription () |
| std::vector< RegionInfo > | GetRegionInfo () const |
| uint16_t | RegionCount () const |
| void | AddRegion (bool managed, uint16_t id, void *ptr, size_t size, int64_t userFlags, RegionEvent event) |
| void | RemoveRegion (uint16_t id) |
| void | Interrupt () |
| void | Resume () |
| void | Reset () |
| bool | Interrupted () |
| void * | GetZmqCtx () |