Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | List of all members
btck::BlockTreeEntry Class Reference

#include <bitcoinkernel_wrapper.h>

Inheritance diagram for btck::BlockTreeEntry:
[legend]
Collaboration diagram for btck::BlockTreeEntry:
[legend]

Public Member Functions

 BlockTreeEntry (const btck_BlockTreeEntry *entry)
 
std::optional< BlockTreeEntryGetPrevious () const
 
int32_t GetHeight () const
 
BlockHashView GetHash () const
 
- Public Member Functions inherited from btck::View< btck_BlockTreeEntry >
 View (const btck_BlockTreeEntry *ptr)
 
const btck_BlockTreeEntryget () const
 

Additional Inherited Members

- Protected Attributes inherited from btck::View< btck_BlockTreeEntry >
const btck_BlockTreeEntrym_ptr
 

Detailed Description

Definition at line 780 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ BlockTreeEntry()

btck::BlockTreeEntry::BlockTreeEntry ( const btck_BlockTreeEntry entry)
inline

Definition at line 783 of file bitcoinkernel_wrapper.h.

Member Function Documentation

◆ GetHash()

BlockHashView btck::BlockTreeEntry::GetHash ( ) const
inline

Definition at line 800 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetHeight()

int32_t btck::BlockTreeEntry::GetHeight ( ) const
inline

Definition at line 795 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ GetPrevious()

std::optional< BlockTreeEntry > btck::BlockTreeEntry::GetPrevious ( ) const
inline

Definition at line 788 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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