![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
#include <txmempool.h>
Public Types | |
| typedef boost::multi_index_container< CTransactionRef, boost::multi_index::indexed_by< boost::multi_index::hashed_unique< boost::multi_index::tag< txid_index >, mempoolentry_txid, SaltedTxidHasher >, boost::multi_index::sequenced< boost::multi_index::tag< insertion_order > > > > | indexed_disconnected_transactions | 
Public Member Functions | |
| ~DisconnectedBlockTransactions () | |
| size_t | DynamicMemoryUsage () const | 
| void | addTransaction (const CTransactionRef &tx) | 
| void | removeForBlock (const std::vector< CTransactionRef > &vtx) | 
| void | removeEntry (indexed_disconnected_transactions::index< insertion_order >::type::iterator entry) | 
| void | clear () | 
Public Attributes | |
| indexed_disconnected_transactions | queuedTx | 
| uint64_t | cachedInnerUsage = 0 | 
Definition at line 744 of file txmempool.h.
| typedef boost::multi_index_container< CTransactionRef, boost::multi_index::indexed_by< boost::multi_index::hashed_unique< boost::multi_index::tag<txid_index>, mempoolentry_txid, SaltedTxidHasher >, boost::multi_index::sequenced< boost::multi_index::tag<insertion_order> > > > DisconnectedBlockTransactions::indexed_disconnected_transactions | 
Definition at line 759 of file txmempool.h.
      
  | 
  inline | 
Definition at line 769 of file txmempool.h.
      
  | 
  inline | 
Definition at line 780 of file txmempool.h.
      
  | 
  inline | 
Definition at line 809 of file txmempool.h.
      
  | 
  inline | 
Definition at line 776 of file txmempool.h.
      
  | 
  inline | 
Definition at line 803 of file txmempool.h.
      
  | 
  inline | 
Definition at line 787 of file txmempool.h.
| uint64_t DisconnectedBlockTransactions::cachedInnerUsage = 0 | 
Definition at line 772 of file txmempool.h.
| indexed_disconnected_transactions DisconnectedBlockTransactions::queuedTx | 
Definition at line 771 of file txmempool.h.
 1.8.14