threaddb  1.0
A file mapped memory container extension
Classes | Typedefs | Functions
tdb Namespace Reference

Classes

class  database
 C++ wrapper class of the threadDB file mapped memory container extension. More...
 
class  ReadInfo
 C++ wrapper class to the threadDB_ReadInfo control structure. More...
 

Typedefs

typedef threadDB_ItemInfo ItemInfo
 

Functions

void threadStore (size_t idx_p, tdb::database *pthreaddb_p, const std::vector< uint64_t > *pPackageId_p)
 
void threadRecover (size_t idx_p, tdb::database *pthreaddb_p, const std::vector< uint64_t > *pPackageId_p, const char *pStringValue_p, size_t CheckLen_p)
 

Typedef Documentation

◆ ItemInfo

Function Documentation

◆ threadRecover()

void tdb::threadRecover ( size_t  idx_p,
tdb::database pthreaddb_p,
const std::vector< uint64_t > *  pPackageId_p,
const char *  pStringValue_p,
size_t  CheckLen_p 
)

◆ threadStore()

void tdb::threadStore ( size_t  idx_p,
tdb::database pthreaddb_p,
const std::vector< uint64_t > *  pPackageId_p 
)