Bitcoin Core  22.99.0
P2P Digital Currency
Public Member Functions | Static Private Attributes | List of all members
ECCVerifyHandle Class Reference

Users of this module must hold an ECCVerifyHandle. More...

#include <pubkey.h>

Public Member Functions

 ECCVerifyHandle ()
 
 ~ECCVerifyHandle ()
 

Static Private Attributes

static int refcount = 0
 

Detailed Description

Users of this module must hold an ECCVerifyHandle.

The constructor and destructor of these are not allowed to run in parallel, though.

Definition at line 332 of file pubkey.h.

Constructor & Destructor Documentation

◆ ECCVerifyHandle()

ECCVerifyHandle::ECCVerifyHandle ( )

Definition at line 386 of file pubkey.cpp.

Here is the call graph for this function:

◆ ~ECCVerifyHandle()

ECCVerifyHandle::~ECCVerifyHandle ( )

Definition at line 396 of file pubkey.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ refcount

int ECCVerifyHandle::refcount = 0
staticprivate

Definition at line 334 of file pubkey.h.


The documentation for this class was generated from the following files: