[#btck-Context] = xref:btck.adoc[btck]::Context :relfileprefix: ../ :mrdocs: Owning wrapper over a `btck_Context`, the top‐level kernel execution context. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Context : public xref:btck/Handle-046.adoc[Handle<btck_Context, btck_context_copy, btck_context_destroy>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:btck/Handle-046.adoc[Handle<btck_Context, btck_context_copy, btck_context_destroy>]` | Owning RAII handle for a copyable C object of type `CType.` |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/Context/2constructor-02.adoc[`Context`] [.small]#[constructor]# | Constructors | xref:btck/Context/operator_assign-02.adoc[`operator=`] | Assignment operators | xref:btck/Context/get-0e2a.adoc[`get`] | Returns the owned C handle. | xref:btck/Context/interrupt.adoc[`interrupt`] | Requests interruption of long‐running context operations. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:btck/Context/m_ptr.adoc[`m_ptr`] | The owned C handle. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#