Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
CLevelDB Member List

This is the complete list of members for CLevelDB, including all inherited members.

CLevelDB(const boost::filesystem::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false)CLevelDB
Erase(const K &key, bool fSync=false)CLevelDBinline
Exists(const K &key)CLevelDBinline
Flush()CLevelDBinline
iteroptionsCLevelDBprivate
NewIterator()CLevelDBinline
optionsCLevelDBprivate
pdbCLevelDBprivate
penvCLevelDBprivate
Read(const K &key, V &value)CLevelDBinline
readoptionsCLevelDBprivate
Sync()CLevelDBinline
syncoptionsCLevelDBprivate
Write(const K &key, const V &value, bool fSync=false)CLevelDBinline
WriteBatch(CLevelDBBatch &batch, bool fSync=false)CLevelDB
writeoptionsCLevelDBprivate
~CLevelDB()CLevelDB