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
CInPoint Class Reference

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

#include <main.h>

Collaboration diagram for CInPoint:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

CTransactionptx
 
unsigned int n
 

Detailed Description

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

Definition at line 263 of file main.h.

Constructor & Destructor Documentation

CInPoint::CInPoint ( )
inline

Definition at line 269 of file main.h.

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

Definition at line 270 of file main.h.

Member Function Documentation

bool CInPoint::IsNull ( ) const
inline

Definition at line 272 of file main.h.

void CInPoint::SetNull ( )
inline

Definition at line 271 of file main.h.

Member Data Documentation

unsigned int CInPoint::n

Definition at line 267 of file main.h.

CTransaction* CInPoint::ptx

Definition at line 266 of file main.h.


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