Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
index_util::DBHeightKey Struct Reference

#include <db_key.h>

Public Member Functions

 DBHeightKey (int height_in)
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 

Public Attributes

int height
 

Detailed Description

Definition at line 32 of file db_key.h.

Constructor & Destructor Documentation

◆ DBHeightKey()

index_util::DBHeightKey::DBHeightKey ( int  height_in)
inlineexplicit

Definition at line 35 of file db_key.h.

Member Function Documentation

◆ Serialize()

template<typename Stream >
void index_util::DBHeightKey::Serialize ( Stream &  s) const
inline

Definition at line 38 of file db_key.h.

Here is the call graph for this function:

◆ Unserialize()

template<typename Stream >
void index_util::DBHeightKey::Unserialize ( Stream &  s)
inline

Definition at line 45 of file db_key.h.

Here is the call graph for this function:

Member Data Documentation

◆ height

int index_util::DBHeightKey::height

Definition at line 33 of file db_key.h.


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