Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
COutput Class Reference

#include <wallet.h>

Collaboration diagram for COutput:
[legend]

Public Member Functions

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

Public Attributes

const CWalletTxtx
 
int i
 
int nDepth
 
bool fSpendable
 

Detailed Description

Definition at line 824 of file wallet.h.

Constructor & Destructor Documentation

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

Definition at line 832 of file wallet.h.

Member Function Documentation

void COutput::print ( ) const
inline

Definition at line 842 of file wallet.h.

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

Definition at line 837 of file wallet.h.

Here is the call graph for this function:

Member Data Documentation

bool COutput::fSpendable

Definition at line 830 of file wallet.h.

int COutput::i

Definition at line 828 of file wallet.h.

int COutput::nDepth

Definition at line 829 of file wallet.h.

const CWalletTx* COutput::tx

Definition at line 827 of file wallet.h.


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