![]() |
Raven Core
3.0.0
P2P Digital Currency
|
This is the complete list of members for CRestrictedDB, including all inherited members.
| CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false, bool obfuscate=false, size_t maxFileSize=2<< 20) | CDBWrapper | |
| CheckForAddressRootQualifier(const std::string &address, const std::string &qualifier) | CRestrictedDB | |
| CompactRange(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
| CRestrictedDB(size_t nCacheSize, bool fMemory=false, bool fWipe=false) | CRestrictedDB | explicit |
| CRestrictedDB(const CRestrictedDB &)=delete | CRestrictedDB | |
| Erase(const K &key, bool fSync=false) | CDBWrapper | inline |
| EraseAddressQualifier(const std::string &address, const std::string &tag) | CRestrictedDB | |
| EraseGlobalRestriction(const std::string &assetName) | CRestrictedDB | |
| EraseQualifierAddress(const std::string &address, const std::string &tag) | CRestrictedDB | |
| EraseRestrictedAddress(const std::string &address, const std::string &assetName) | CRestrictedDB | |
| EraseVerifier(const std::string &assetName) | CRestrictedDB | |
| EstimateSize(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
| Exists(const K &key) const | CDBWrapper | inline |
| Flush() | CRestrictedDB | |
| GetAddressQualifiers(std::string &address, std::vector< std::string > &qualifiers) | CRestrictedDB | |
| GetAddressRestrictions(std::string &address, std::vector< std::string > &restrictions) | CRestrictedDB | |
| GetGlobalRestrictions(std::vector< std::string > &restrictions) | CRestrictedDB | |
| GetQualifierAddresses(std::string &qualifier, std::vector< std::string > &addresses) | CRestrictedDB | |
| IsEmpty() | CDBWrapper | |
| NewIterator() | CDBWrapper | inline |
| operator=(const CRestrictedDB &)=delete | CRestrictedDB | |
| Read(const K &key, V &value) const | CDBWrapper | inline |
| ReadAddressQualifier(const std::string &address, const std::string &tag) | CRestrictedDB | |
| ReadFlag(const std::string &name, bool &fValue) | CRestrictedDB | |
| ReadGlobalRestriction(const std::string &assetName) | CRestrictedDB | |
| ReadQualifierAddress(const std::string &address, const std::string &tag) | CRestrictedDB | |
| ReadRestrictedAddress(const std::string &address, const std::string &assetName) | CRestrictedDB | |
| ReadVerifier(const std::string &assetName, std::string &verifier) | CRestrictedDB | |
| Sync() | CDBWrapper | inline |
| Write(const K &key, const V &value, bool fSync=false) | CDBWrapper | inline |
| WriteAddressQualifier(const std::string &address, const std::string &tag) | CRestrictedDB | |
| WriteBatch(CDBBatch &batch, bool fSync=false) | CDBWrapper | |
| WriteFlag(const std::string &name, bool fValue) | CRestrictedDB | |
| WriteGlobalRestriction(const std::string &assetName) | CRestrictedDB | |
| WriteQualifierAddress(const std::string &address, const std::string &tag) | CRestrictedDB | |
| WriteRestrictedAddress(const std::string &address, const std::string &assetName) | CRestrictedDB | |
| WriteVerifier(const std::string &assetName, const std::string &verifier) | CRestrictedDB | |
| ~CDBWrapper() | CDBWrapper |
1.8.13