Dogecoin Core  1.14.2
P2P Digital Currency
Classes | Typedefs
coins.h File Reference
#include "compressor.h"
#include "core_memusage.h"
#include "hash.h"
#include "memusage.h"
#include "serialize.h"
#include "uint256.h"
#include <assert.h>
#include <stdint.h>
#include <boost/foreach.hpp>
#include <boost/unordered_map.hpp>
Include dependency graph for coins.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CCoins
 Pruned version of CTransaction: only retains metadata and unspent transaction outputs. More...
 
class  SaltedTxidHasher
 
struct  CCoinsCacheEntry
 
class  CCoinsViewCursor
 Cursor for iterating over CoinsView state. More...
 
class  CCoinsView
 Abstract view on the open txout dataset. More...
 
class  CCoinsViewBacked
 CCoinsView backed by another CCoinsView. More...
 
class  CCoinsModifier
 A reference to a mutable cache entry. More...
 
class  CCoinsViewCache
 CCoinsView that adds a memory cache for transactions to another CCoinsView. More...
 

Typedefs

typedef boost::unordered_map< uint256, CCoinsCacheEntry, SaltedTxidHasherCCoinsMap
 

Typedef Documentation

◆ CCoinsMap

typedef boost::unordered_map<uint256, CCoinsCacheEntry, SaltedTxidHasher> CCoinsMap

Definition at line 282 of file coins.h.