Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Data Fields
CInPoint Class Reference

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

#include <core.h>

+ Collaboration diagram for CInPoint:

Public Member Functions

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

Data Fields

const CTransactionptx
 
unsigned int n
 

Detailed Description

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

Definition at line 54 of file core.h.

Constructor & Destructor Documentation

CInPoint::CInPoint ( )
inline

Definition at line 60 of file core.h.

References SetNull().

+ Here is the call graph for this function:

CInPoint::CInPoint ( const CTransaction ptxIn,
unsigned int  nIn 
)
inline

Definition at line 61 of file core.h.

Member Function Documentation

bool CInPoint::IsNull ( ) const
inline

Definition at line 63 of file core.h.

void CInPoint::SetNull ( )
inline

Definition at line 62 of file core.h.

Referenced by CInPoint().

+ Here is the caller graph for this function:

Field Documentation

unsigned int CInPoint::n

Definition at line 58 of file core.h.

const CTransaction* CInPoint::ptx

Definition at line 57 of file core.h.


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