FlatFilePos::FlatFilePos

Constructs a position from a file index and byte offset.

Synopsis

Declared in <flatfile.h>

FlatFilePos(
    int32_t nFileIn,
    uint32_t nPosIn);

Parameters

NameDescription
nFileInThe flat file index.
nPosInThe byte offset within the file.