Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
AddressPosition Struct Reference

Location information for an address in AddrMan. More...

#include <addrman.h>

Public Member Functions

bool operator== (AddressPosition other)
 AddressPosition (bool tried_in, int multiplicity_in, int bucket_in, int position_in)

Public Attributes

const bool tried
const int multiplicity
const int bucket
const int position

Detailed Description

Location information for an address in AddrMan.

Definition at line 35 of file addrman.h.

Constructor & Destructor Documentation

◆ AddressPosition()

AddressPosition::AddressPosition ( bool tried_in,
int multiplicity_in,
int bucket_in,
int position_in )
inlineexplicit

Definition at line 55 of file addrman.h.

Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

bool AddressPosition::operator== ( AddressPosition other)
inline

Definition at line 51 of file addrman.h.

Here is the call graph for this function:

Member Data Documentation

◆ bucket

const int AddressPosition::bucket

Definition at line 48 of file addrman.h.

◆ multiplicity

const int AddressPosition::multiplicity

Definition at line 42 of file addrman.h.

◆ position

const int AddressPosition::position

Definition at line 49 of file addrman.h.

◆ tried

const bool AddressPosition::tried

Definition at line 37 of file addrman.h.


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