Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CTxMemPool Class Reference

#include <main.h>

Collaboration diagram for CTxMemPool:
Collaboration graph
[legend]

Public Member Functions

bool accept (CValidationState &state, CTransaction &tx, bool fCheckInputs, bool fLimitFree, bool *pfMissingInputs)
 
bool addUnchecked (const uint256 &hash, const CTransaction &tx)
 
bool remove (const CTransaction &tx, bool fRecursive=false)
 
bool removeConflicts (const CTransaction &tx)
 
void clear ()
 
void queryHashes (std::vector< uint256 > &vtxid)
 
void pruneSpent (const uint256 &hash, CCoins &coins)
 
unsigned long size ()
 
bool exists (uint256 hash)
 
CTransactionlookup (uint256 hash)
 

Public Attributes

CCriticalSection cs
 
std::map< uint256, CTransactionmapTx
 
std::map< COutPoint, CInPointmapNextTx
 

Detailed Description

Definition at line 2098 of file main.h.

Member Function Documentation

bool CTxMemPool::accept ( CValidationState state,
CTransaction tx,
bool  fCheckInputs,
bool  fLimitFree,
bool *  pfMissingInputs 
)

Definition at line 658 of file main.cpp.

bool CTxMemPool::addUnchecked ( const uint256 hash,
const CTransaction tx 
)

Definition at line 831 of file main.cpp.

void CTxMemPool::clear ( )

Definition at line 884 of file main.cpp.

bool CTxMemPool::exists ( uint256  hash)
inline

Definition at line 2119 of file main.h.

CTransaction& CTxMemPool::lookup ( uint256  hash)
inline

Definition at line 2124 of file main.h.

void CTxMemPool::pruneSpent ( const uint256 hash,
CCoins coins 
)

Definition at line 645 of file main.cpp.

void CTxMemPool::queryHashes ( std::vector< uint256 > &  vtxid)

Definition at line 892 of file main.cpp.

bool CTxMemPool::remove ( const CTransaction tx,
bool  fRecursive = false 
)

Definition at line 845 of file main.cpp.

bool CTxMemPool::removeConflicts ( const CTransaction tx)

Definition at line 869 of file main.cpp.

unsigned long CTxMemPool::size ( )
inline

Definition at line 2113 of file main.h.

Member Data Documentation

CCriticalSection CTxMemPool::cs
mutable

Definition at line 2101 of file main.h.

std::map<COutPoint, CInPoint> CTxMemPool::mapNextTx

Definition at line 2103 of file main.h.

std::map<uint256, CTransaction> CTxMemPool::mapTx

Definition at line 2102 of file main.h.


The documentation for this class was generated from the following files: