Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CDBBatch Member List
This is the complete list of members for CDBBatch, including all inherited members.
batch | CDBBatch | private |
CDBBatch(const CDBWrapper &_parent) | CDBBatch | inlineexplicit |
CDBWrapper class | CDBBatch | friend |
Clear() | CDBBatch | inline |
Erase(const K &key) | CDBBatch | inline |
Erase(const CDataStream &_ssKey) | CDBBatch | inline |
parent | CDBBatch | private |
size_estimate | CDBBatch | private |
SizeEstimate() const | CDBBatch | inline |
ssKey | CDBBatch | private |
ssValue | CDBBatch | private |
Write(const K &key, const V &value) | CDBBatch | inline |
Write(const CDataStream &_ssKey, const V &value) | CDBBatch | inline |