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

An outpoint - a combination of a transaction hash and an index n into its vout. More...

#include <main.h>

Collaboration diagram for COutPoint:
Collaboration graph
[legend]

Public Member Functions

 COutPoint ()
 
 COutPoint (uint256 hashIn, unsigned int nIn)
 
 IMPLEMENT_SERIALIZE (READWRITE(FLATDATA(*this));) void SetNull()
 
bool IsNull () const
 
std::string ToString () const
 
void print () const
 

Public Attributes

uint256 hash
 
unsigned int n
 

Friends

bool operator< (const COutPoint &a, const COutPoint &b)
 
bool operator== (const COutPoint &a, const COutPoint &b)
 
bool operator!= (const COutPoint &a, const COutPoint &b)
 

Detailed Description

An outpoint - a combination of a transaction hash and an index n into its vout.

Definition at line 278 of file main.h.

Constructor & Destructor Documentation

COutPoint::COutPoint ( )
inline

Definition at line 284 of file main.h.

COutPoint::COutPoint ( uint256  hashIn,
unsigned int  nIn 
)
inline

Definition at line 285 of file main.h.

Member Function Documentation

COutPoint::IMPLEMENT_SERIALIZE ( READWRITE(FLATDATA(*this));  )
inline

Definition at line 286 of file main.h.

bool COutPoint::IsNull ( ) const
inline

Definition at line 288 of file main.h.

void COutPoint::print ( ) const
inline

Definition at line 310 of file main.h.

std::string COutPoint::ToString ( ) const
inline

Definition at line 305 of file main.h.

Friends And Related Function Documentation

bool operator!= ( const COutPoint a,
const COutPoint b 
)
friend

Definition at line 300 of file main.h.

bool operator< ( const COutPoint a,
const COutPoint b 
)
friend

Definition at line 290 of file main.h.

bool operator== ( const COutPoint a,
const COutPoint b 
)
friend

Definition at line 295 of file main.h.

Member Data Documentation

uint256 COutPoint::hash

Definition at line 281 of file main.h.

unsigned int COutPoint::n

Definition at line 282 of file main.h.


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