PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CInPoint Class Reference

An inpoint - a combination of a transaction and an index n into its vin. More...

#include <txmempool.h>

Collaboration diagram for CInPoint:
[legend]

Public Member Functions

 CInPoint ()
 
 CInPoint (const CTransaction *ptxIn, uint32_t nIn)
 
void SetNull ()
 
bool IsNull () const
 

Public Attributes

const CTransactionptx
 
uint32_t n
 

Detailed Description

An inpoint - a combination of a transaction and an index n into its vin.

Definition at line 67 of file txmempool.h.

Constructor & Destructor Documentation

◆ CInPoint() [1/2]

CInPoint::CInPoint ( )
inline

Definition at line 73 of file txmempool.h.

Here is the call graph for this function:

◆ CInPoint() [2/2]

CInPoint::CInPoint ( const CTransaction ptxIn,
uint32_t  nIn 
)
inline

Definition at line 74 of file txmempool.h.

Member Function Documentation

◆ IsNull()

bool CInPoint::IsNull ( ) const
inline

Definition at line 84 of file txmempool.h.

◆ SetNull()

void CInPoint::SetNull ( )
inline

Definition at line 79 of file txmempool.h.

Here is the caller graph for this function:

Member Data Documentation

◆ n

uint32_t CInPoint::n

Definition at line 71 of file txmempool.h.

◆ ptx

const CTransaction* CInPoint::ptx

Definition at line 70 of file txmempool.h.


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