PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Functions
txmempool.h File Reference
#include <list>
#include "amount.h"
#include "coins.h"
#include "primitives/transaction.h"
#include "sync.h"
#include "random.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
 CTxMemPool stores these: More...
 
class  CInPoint
 An inpoint - a combination of a transaction and an index n into its vin. More...
 
class  CTxMemPool
 CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the next block. More...
 
class  CCoinsViewMemPool
 CCoinsView that brings transactions from a memorypool into view. More...
 

Functions

double AllowFreeThreshold ()
 
bool AllowFree (double dPriority)
 

Function Documentation

◆ AllowFree()

bool AllowFree ( double  dPriority)
inline

Definition at line 26 of file txmempool.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AllowFreeThreshold()

double AllowFreeThreshold ( )
inline

Definition at line 21 of file txmempool.h.

Here is the caller graph for this function: