Dash Core  0.12.2.1
P2P Digital Currency
coins.h File Reference
#include "compressor.h"
#include "core_memusage.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>

Go to the source code of this file.

Classes

class  CCoins
 
class  CCoinsKeyHasher
 
struct  CCoinsCacheEntry
 
struct  CCoinsStats
 
class  CCoinsView
 
class  CCoinsViewBacked
 
class  CCoinsModifier
 
class  CCoinsViewCache
 

Typedefs

typedef boost::unordered_map< uint256, CCoinsCacheEntry, CCoinsKeyHasherCCoinsMap
 

Typedef Documentation

◆ CCoinsMap

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

Definition at line 298 of file coins.h.