Constructors

Synopses

Declared in <flatfile.h>

Constructs a null position (file index ‐1, offset 0).

constexpr
FlatFilePos() = default;

Constructs a position from a file index and byte offset.

FlatFilePos(
    int32_t nFileIn,
    uint32_t nPosIn);

Parameters

Name

Description

nFileIn

The flat file index.

nPosIn

The byte offset within the file.

Created with MrDocs