![]() |
Realm
A distributed, event-based tasking library
|
#include <activemsg.h>
Public Member Functions | |
| CompletionCallback (const CALLABLE &_callable) | |
| virtual void | invoke () |
| virtual size_t | size () const |
| virtual CompletionCallbackBase * | clone_at (void *p) const |
Public Member Functions inherited from Realm::CompletionCallbackBase | |
| virtual | ~CompletionCallbackBase () |
Protected Attributes | |
| CALLABLE | callable |
Additional Inherited Members | |
Static Public Member Functions inherited from Realm::CompletionCallbackBase | |
| static void | invoke_all (void *start, size_t bytes) |
| static void | clone_all (void *dst, const void *src, size_t bytes) |
| static void | destroy_all (void *start, size_t bytes) |
Static Public Attributes inherited from Realm::CompletionCallbackBase | |
| static const size_t | ALIGNMENT = 8 |
| Realm::CompletionCallback< CALLABLE >::CompletionCallback | ( | const CALLABLE & | _callable | ) |
|
virtual |
Implements Realm::CompletionCallbackBase.
|
virtual |
Implements Realm::CompletionCallbackBase.
|
virtual |
Implements Realm::CompletionCallbackBase.
|
protected |