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

Coin Control Features. More...

#include <coincontrol.h>

Public Member Functions

 CCoinControl ()
 
void SetNull ()
 
bool HasSelected () const
 
bool IsSelected (const uint256 &hash, unsigned int n) const
 
void Select (COutPoint &output)
 
void UnSelect (COutPoint &output)
 
void UnSelectAll ()
 
void ListSelected (std::vector< COutPoint > &vOutpoints)
 

Public Attributes

CTxDestination destChange
 

Private Attributes

std::set< COutPointsetSelected
 

Detailed Description

Coin Control Features.

Definition at line 5 of file coincontrol.h.

Constructor & Destructor Documentation

CCoinControl::CCoinControl ( )
inline

Definition at line 10 of file coincontrol.h.

Member Function Documentation

bool CCoinControl::HasSelected ( ) const
inline

Definition at line 21 of file coincontrol.h.

bool CCoinControl::IsSelected ( const uint256 hash,
unsigned int  n 
) const
inline

Definition at line 26 of file coincontrol.h.

void CCoinControl::ListSelected ( std::vector< COutPoint > &  vOutpoints)
inline

Definition at line 47 of file coincontrol.h.

void CCoinControl::Select ( COutPoint output)
inline

Definition at line 32 of file coincontrol.h.

void CCoinControl::SetNull ( )
inline

Definition at line 15 of file coincontrol.h.

void CCoinControl::UnSelect ( COutPoint output)
inline

Definition at line 37 of file coincontrol.h.

void CCoinControl::UnSelectAll ( )
inline

Definition at line 42 of file coincontrol.h.

Member Data Documentation

CTxDestination CCoinControl::destChange

Definition at line 8 of file coincontrol.h.

std::set<COutPoint> CCoinControl::setSelected
private

Definition at line 53 of file coincontrol.h.


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