Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <core.h>

+ Collaboration diagram for CInPoint:

Public Member Functions

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

Public Attributes

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:

Member Data 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: