![]() |
threaddb
2.0
A file mapped memory container extension
|
Data item entry index. More...
#include <threaddbTypes.h>
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... | |
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.
volatile uint32_t threadDB_LinkInfo::m_FileID |
Unique database file identification.
volatile uint64_t threadDB_LinkInfo::m_FilePos |
Position of the related record within the temporary database file.
volatile uint32_t threadDB_LinkInfo::m_Filling |
Position of the data item within the data record.