[#AddressPosition] = AddressPosition :mrdocs: Location information for an address in AddrMan == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct AddressPosition; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:AddressPosition/2constructor.adoc[`AddressPosition`] [.small]#[constructor]# | Constructs a position from its table, multiplicity, bucket, and slot. | xref:AddressPosition/operator_eq.adoc[`operator==`] | Compares two positions field by field for equality. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:AddressPosition/bucket.adoc[`bucket`] | Bucket index the address is recorded in (new‐table entries). | xref:AddressPosition/multiplicity.adoc[`multiplicity`] | How many new‐table buckets currently hold this address. | xref:AddressPosition/position.adoc[`position`] | Position within the bucket the address is recorded at. | xref:AddressPosition/tried.adoc[`tried`] | Whether the address is in the tried table (true) or new table (false). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#