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

#include <wallet.h>

+ Collaboration diagram for COutput:

Public Member Functions

 COutput (const CWalletTx *txIn, int iIn, int nDepthIn)
 
std::string ToString () const
 
void print () const
 

Public Attributes

const CWalletTxtx
 
int i
 
int nDepth
 

Detailed Description

Definition at line 709 of file wallet.h.

Constructor & Destructor Documentation

COutput::COutput ( const CWalletTx txIn,
int  iIn,
int  nDepthIn 
)
inline

Definition at line 716 of file wallet.h.

Member Function Documentation

void COutput::print ( ) const
inline

Definition at line 726 of file wallet.h.

References LogPrintf.

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

Definition at line 721 of file wallet.h.

References FormatMoney(), CTransaction::GetHash(), strprintf, base_uint< BITS >::ToString(), and CTransaction::vout.

+ Here is the call graph for this function:

Member Data Documentation

int COutput::i
int COutput::nDepth
const CWalletTx* COutput::tx

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