Cursor for iterating over CoinsView state.  
 More...
#include <coins.h>
Cursor for iterating over CoinsView state. 
Definition at line 125 of file coins.h.
 
◆ CCoinsViewCursor()
  
  
      
        
          | CCoinsViewCursor::CCoinsViewCursor  | 
          ( | 
          const uint256 &  | 
          hashBlockIn | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~CCoinsViewCursor()
  
  
      
        
          | virtual CCoinsViewCursor::~CCoinsViewCursor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetBestBlock()
  
  
      
        
          | const uint256& CCoinsViewCursor::GetBestBlock  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get best block at the time this cursor was created. 
Definition at line 139 of file coins.h.
 
 
◆ GetKey()
  
  
      
        
          | virtual bool CCoinsViewCursor::GetKey  | 
          ( | 
          COutPoint &  | 
          key | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ GetValue()
  
  
      
        
          | virtual bool CCoinsViewCursor::GetValue  | 
          ( | 
          Coin &  | 
          coin | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ GetValueSize()
  
  
      
        
          | virtual unsigned int CCoinsViewCursor::GetValueSize  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ Next()
  
  
      
        
          | virtual void CCoinsViewCursor::Next  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ Valid()
  
  
      
        
          | virtual bool CCoinsViewCursor::Valid  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ hashBlock
  
  
      
        
          | uint256 CCoinsViewCursor::hashBlock | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: