![]() |
Raven Core
3.0.0
P2P Digital Currency
|
This is the complete list of members for CAssetsDB, including all inherited members.
| AddressDir(std::vector< std::pair< std::string, CAmount > > &vecAssetAmount, int &totalEntries, const bool &fGetTotal, const std::string &address, const size_t count, const long start) | CAssetsDB | |
| AssetAddressDir(std::vector< std::pair< std::string, CAmount > > &vecAddressAmount, int &totalEntries, const bool &fGetTotal, const std::string &assetName, const size_t count, const long start) | CAssetsDB | |
| AssetDir(std::vector< CDatabasedAssetData > &assets, const std::string filter, const size_t count, const long start) | CAssetsDB | |
| AssetDir(std::vector< CDatabasedAssetData > &assets) | CAssetsDB | |
| CAssetsDB(size_t nCacheSize, bool fMemory=false, bool fWipe=false) | CAssetsDB | explicit |
| CAssetsDB(const CAssetsDB &)=delete | CAssetsDB | |
| CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false, bool obfuscate=false, size_t maxFileSize=2<< 20) | CDBWrapper | |
| CompactRange(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
| Erase(const K &key, bool fSync=false) | CDBWrapper | inline |
| EraseAddressAssetQuantity(const std::string &address, const std::string &assetName) | CAssetsDB | |
| EraseAssetAddressQuantity(const std::string &assetName, const std::string &address) | CAssetsDB | |
| EraseAssetData(const std::string &assetName) | CAssetsDB | |
| EraseMyAssetData(const std::string &assetName) | CAssetsDB | |
| EstimateSize(const K &key_begin, const K &key_end) const | CDBWrapper | inline |
| Exists(const K &key) const | CDBWrapper | inline |
| Flush() | CDBWrapper | inline |
| IsEmpty() | CDBWrapper | |
| LoadAssets() | CAssetsDB | |
| NewIterator() | CDBWrapper | inline |
| operator=(const CAssetsDB &)=delete | CAssetsDB | |
| Read(const K &key, V &value) const | CDBWrapper | inline |
| ReadAddressAssetQuantity(const std::string &address, const std::string &assetName, CAmount &quantity) | CAssetsDB | |
| ReadAssetAddressQuantity(const std::string &assetName, const std::string &address, CAmount &quantity) | CAssetsDB | |
| ReadAssetData(const std::string &strName, CNewAsset &asset, int &nHeight, uint256 &blockHash) | CAssetsDB | |
| ReadBlockUndoAssetData(const uint256 &blockhash, std::vector< std::pair< std::string, CBlockAssetUndo > > &assetUndoData) | CAssetsDB | |
| ReadReissuedMempoolState() | CAssetsDB | |
| Sync() | CDBWrapper | inline |
| Write(const K &key, const V &value, bool fSync=false) | CDBWrapper | inline |
| WriteAddressAssetQuantity(const std::string &address, const std::string &assetName, const CAmount &quantity) | CAssetsDB | |
| WriteAssetAddressQuantity(const std::string &assetName, const std::string &address, const CAmount &quantity) | CAssetsDB | |
| WriteAssetData(const CNewAsset &asset, const int nHeight, const uint256 &blockHash) | CAssetsDB | |
| WriteBatch(CDBBatch &batch, bool fSync=false) | CDBWrapper | |
| WriteBlockUndoAssetData(const uint256 &blockhash, const std::vector< std::pair< std::string, CBlockAssetUndo > > &assetUndoData) | CAssetsDB | |
| WriteReissuedMempoolState() | CAssetsDB | |
| ~CDBWrapper() | CDBWrapper |
1.8.13