![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| Handle (CType *ptr) | |
| Handle (const Handle &other) | |
| Handle & | operator= (const Handle &other) |
| Handle (Handle &&other) noexcept | |
| Handle & | operator= (Handle &&other) noexcept |
| template<typename ViewType> | |
| Handle (const ViewType &view) | |
| ~Handle () | |
| CType * | get () |
| const CType * | get () const |
Protected Attributes | |
| CType * | m_ptr |
Definition at line 309 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 315 of file bitcoinkernel_wrapper.h.
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
Definition at line 345 of file bitcoinkernel_wrapper.h.
|
inline |
|
inline |
Definition at line 348 of file bitcoinkernel_wrapper.h.
|
inline |
|
inlinenoexcept |
|
protected |
Definition at line 312 of file bitcoinkernel_wrapper.h.