Location of a record within a numbered flat file: a file index and byte offset.
Synopsis
Declared in <flatfile.h>
struct FlatFilePos;
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. |
Data Members
Friends
Name |
Description |
Compares two positions for equality of file index and offset. |
Derived Classes
Name |
Description |
On‐disk position of a transaction: a block file position plus an offset within the block. |
Created with MrDocs