Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Variables
txmempool.h File Reference
#include <list>
#include "coins.h"
#include "core.h"
#include "sync.h"
+ Include dependency graph for txmempool.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CTxMemPoolEntry
 
class  CTxMemPool
 
class  CCoinsViewMemPool
 CCoinsView that brings transactions from a memorypool into view. More...
 

Variables

static const unsigned int MEMPOOL_HEIGHT = 0x7FFFFFFF
 Fake height value used in CCoins to signify they are only in the memory pool (since 0.8) More...
 

Variable Documentation

const unsigned int MEMPOOL_HEIGHT = 0x7FFFFFFF
static

Fake height value used in CCoins to signify they are only in the memory pool (since 0.8)

Definition at line 15 of file txmempool.h.

Referenced by CTxMemPoolEntry::CTxMemPoolEntry(), CCoinsViewMemPool::GetCoins(), and gettxout().