Bitcoin ABC  0.26.3
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 223 of file pubkey.h.

Constructor & Destructor Documentation

◆ ECCVerifyHandle()

ECCVerifyHandle::ECCVerifyHandle ( )

Definition at line 356 of file pubkey.cpp.

Here is the call graph for this function:

◆ ~ECCVerifyHandle()

ECCVerifyHandle::~ECCVerifyHandle ( )

Definition at line 366 of file pubkey.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ refcount

int ECCVerifyHandle::refcount = 0
staticprivate

Definition at line 224 of file pubkey.h.


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