◆ Database()
Database::Database |
( |
BNDatabase * |
database | ) |
|
◆ GetCurrentSnapshot()
◆ GetFile()
◆ GetGlobalKeys()
std::vector< std::string > Database::GetGlobalKeys |
( |
| ) |
const |
◆ GetSnapshot()
◆ GetSnapshots()
◆ HasGlobal()
bool Database::HasGlobal |
( |
const std::string & |
key | ) |
const |
◆ ReadAnalysisCache()
◆ ReadGlobal()
Json::Value Database::ReadGlobal |
( |
const std::string & |
key | ) |
const |
◆ ReadGlobalData()
DataBuffer Database::ReadGlobalData |
( |
const std::string & |
key | ) |
const |
◆ RemoveSnapshot()
void Database::RemoveSnapshot |
( |
int64_t |
id | ) |
|
◆ SetCurrentSnapshot()
void Database::SetCurrentSnapshot |
( |
int64_t |
id | ) |
|
◆ TrimSnapshot()
void Database::TrimSnapshot |
( |
int64_t |
id | ) |
|
◆ WriteAnalysisCache()
◆ WriteGlobal()
void Database::WriteGlobal |
( |
const std::string & |
key, |
|
|
const Json::Value & |
val |
|
) |
| |
◆ WriteGlobalData()
void Database::WriteGlobalData |
( |
const std::string & |
key, |
|
|
const DataBuffer & |
val |
|
) |
| |
◆ WriteSnapshotData()
int64_t Database::WriteSnapshotData |
( |
std::vector< int64_t > |
parents, |
|
|
Ref< BinaryView > |
file, |
|
|
const std::string & |
name, |
|
|
const Ref< KeyValueStore > & |
data, |
|
|
bool |
autoSave, |
|
|
const std::function< bool(size_t, size_t)> & |
progress |
|
) |
| |
The documentation for this class was generated from the following files: