Owning wrapper over a btck_Context, the top‐level kernel execution context.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Base Classes

Name

Description

Handle<btck_Context, btck_context_copy, btck_context_destroy>

Owning RAII handle for a copyable C object of type CType.

Member Functions

Name

Description

Context [constructor]

Constructors

operator=

Assignment operators

get

Returns the owned C handle.

interrupt

Requests interruption of long‐running context operations.

Protected Data Members

Name

Description

m_ptr

The owned C handle.

Created with MrDocs