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

Data item entry index. More...

#include <threaddbTypes.h>

Inheritance diagram for threadDB_LinkInfo:
tdb::LinkInfo

Public Attributes

volatile uint64_t m_FilePos
 Position of the related record within the temporary database file. More...
 
volatile uint32_t m_FileID
 Unique database file identification. More...
 
volatile 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

volatile uint32_t threadDB_LinkInfo::m_FileID

Unique database file identification.

◆ m_FilePos

volatile uint64_t threadDB_LinkInfo::m_FilePos

Position of the related record within the temporary database file.

◆ m_Filling

volatile 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: