threaddb  1.0
A file mapped memory container extension
Public Attributes | List of all members
threadDB_LinkInfo Struct Reference

Data item entry index. More...

#include <threaddbTypes.h>

Public Attributes

size_t m_FilePos
 Position of the related record within the temporary database file. More...
 
uint32_t m_FileID
 Unique database file identification. More...
 
uint32_t m_Filling
 Position of the data item within the data record. More...
 

Detailed Description

Data item entry index.

This structure reflects the information required to uniquely identify a data item in the database. It provides information on the temporary database file, the file position of the data record and the position within the data record.

Member Data Documentation

◆ m_FileID

uint32_t threadDB_LinkInfo::m_FileID

Unique database file identification.

◆ m_FilePos

size_t threadDB_LinkInfo::m_FilePos

Position of the related record within the temporary database file.

◆ m_Filling

uint32_t threadDB_LinkInfo::m_Filling

Position of the data item within the data record.


The documentation for this struct was generated from the following file: