Owning wrapper over a btck_Context, the top-level kernel execution context.
Declared in <kernel/bitcoinkernel_wrapper.h>
class Context
: public Handle<btck_Context, btck_context_copy, btck_context_destroy>
| Name | Description |
|---|---|
Handle<btck_Context, btck_context_copy, btck_context_destroy> | Owning RAII handle for a copyable C object of type CType. |
| Name | Description |
|---|---|
Context [constructor] | Constructors |
operator= | Assignment operators |
get | Returns the owned C handle. |
interrupt | Requests interruption of long-running context operations. |
| Name | Description |
|---|---|
m_ptr | The owned C handle. |