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

#include <wallet.h>

Collaboration diagram for COutput:
Collaboration graph
[legend]

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 696 of file wallet.h.

Constructor & Destructor Documentation

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

Definition at line 703 of file wallet.h.

Member Function Documentation

void COutput::print ( ) const
inline

Definition at line 713 of file wallet.h.

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

Definition at line 708 of file wallet.h.

Member Data Documentation

int COutput::i

Definition at line 700 of file wallet.h.

int COutput::nDepth

Definition at line 701 of file wallet.h.

const CWalletTx* COutput::tx

Definition at line 699 of file wallet.h.


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