On‐disk position of a transaction: a block file position plus an offset within the block.
Synopsis
Declared in <index/disktxpos.h>
struct CDiskTxPos
: FlatFilePos
Base Classes
Name |
Description |
Location of a record within a numbered flat file: a file index and byte offset. |
Member Functions
Name |
Description |
|
Constructors |
Returns true when the position is null (no file assigned). |
|
Returns a human‐readable "file:offset" description of the position. |
Static Member Functions
Data Members
Non-Member Functions
Name |
Description |
Compares two positions for equality of file index and offset. |
Created with MrDocs