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

Closure representing one script verification Note that this stores references to the spending transaction. More...

#include <main.h>

Collaboration diagram for CScriptCheck:
[legend]

Public Member Functions

 CScriptCheck ()
 
 CScriptCheck (const CCoins &txFromIn, const CTransaction &txToIn, unsigned int nInIn, unsigned int nFlagsIn, int nHashTypeIn)
 
bool operator() () const
 
void swap (CScriptCheck &check)
 

Private Attributes

CScript scriptPubKey
 
const CTransactionptxTo
 
unsigned int nIn
 
unsigned int nFlags
 
int nHashType
 

Detailed Description

Closure representing one script verification Note that this stores references to the spending transaction.

Definition at line 409 of file main.h.

Constructor & Destructor Documentation

CScriptCheck::CScriptCheck ( )
inline

Definition at line 419 of file main.h.

CScriptCheck::CScriptCheck ( const CCoins txFromIn,
const CTransaction txToIn,
unsigned int  nInIn,
unsigned int  nFlagsIn,
int  nHashTypeIn 
)
inline

Definition at line 420 of file main.h.

Member Function Documentation

bool CScriptCheck::operator() ( ) const

Definition at line 1442 of file main.cpp.

Here is the call graph for this function:

void CScriptCheck::swap ( CScriptCheck check)
inline

Definition at line 426 of file main.h.

Here is the caller graph for this function:

Member Data Documentation

unsigned int CScriptCheck::nFlags
private

Definition at line 415 of file main.h.

int CScriptCheck::nHashType
private

Definition at line 416 of file main.h.

unsigned int CScriptCheck::nIn
private

Definition at line 414 of file main.h.

const CTransaction* CScriptCheck::ptxTo
private

Definition at line 413 of file main.h.

CScript CScriptCheck::scriptPubKey
private

Definition at line 412 of file main.h.


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