Fabcoin Core  0.16.2
P2P Digital Currency
Private Member Functions | List of all members
dev::WriteBatchNoter Class Reference
Inheritance diagram for dev::WriteBatchNoter:
[legend]
Collaboration diagram for dev::WriteBatchNoter:
[legend]

Private Member Functions

virtual void Put (ldb::Slice const &_key, ldb::Slice const &_value)
 
virtual void Delete (ldb::Slice const &_key)
 
virtual void Put (ldb::Slice const &_key, ldb::Slice const &_value)
 
virtual void Delete (ldb::Slice const &_key)
 

Detailed Description

Definition at line 41 of file OverlayDB.cpp.

Member Function Documentation

virtual void dev::WriteBatchNoter::Delete ( ldb::Slice const &  _key)
inlineprivatevirtual

Definition at line 44 of file OverlayDB.cpp.

Here is the call graph for this function:

virtual void dev::WriteBatchNoter::Delete ( ldb::Slice const &  _key)
inlineprivatevirtual

Definition at line 121 of file BlockChain.cpp.

Here is the call graph for this function:

virtual void dev::WriteBatchNoter::Put ( ldb::Slice const &  _key,
ldb::Slice const &  _value 
)
inlineprivatevirtual

Definition at line 43 of file OverlayDB.cpp.

Here is the call graph for this function:

virtual void dev::WriteBatchNoter::Put ( ldb::Slice const &  _key,
ldb::Slice const &  _value 
)
inlineprivatevirtual

Definition at line 120 of file BlockChain.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: