[#CDiskTxPos-2constructor-00] = xref:CDiskTxPos.adoc[CDiskTxPos]::CDiskTxPos :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<index/disktxpos.h>` Construct a null position with a zero offset. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CDiskTxPos/2constructor-0c.adoc[CDiskTxPos]() = default; ---- [.small]#xref:CDiskTxPos/2constructor-0c.adoc[_» more..._]# Construct a position from a block file position and an in‐block offset. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CDiskTxPos/2constructor-0e.adoc[CDiskTxPos]( xref:FlatFilePos.adoc[FlatFilePos] const& blockIn, uint32_t nTxOffsetIn); ---- [.small]#xref:CDiskTxPos/2constructor-0e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *blockIn* | File position of the block containing the transaction. | *nTxOffsetIn* | Byte offset of the transaction after the block header. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#