PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
OutPointWrapper Class Reference

#include <coincontrol.h>

Collaboration diagram for OutPointWrapper:
[legend]

Public Member Functions

bool operator< (const OutPointWrapper &obj2) const
 
bool operator== (const OutPointWrapper &obj2) const
 

Public Attributes

BaseOutPoint outPoint
 
CAmount value
 
bool isP2CS
 

Detailed Description

Definition at line 17 of file coincontrol.h.

Member Function Documentation

◆ operator<()

bool OutPointWrapper::operator< ( const OutPointWrapper obj2) const
inline

Definition at line 23 of file coincontrol.h.

◆ operator==()

bool OutPointWrapper::operator== ( const OutPointWrapper obj2) const
inline

Definition at line 27 of file coincontrol.h.

Member Data Documentation

◆ isP2CS

bool OutPointWrapper::isP2CS

Definition at line 21 of file coincontrol.h.

◆ outPoint

BaseOutPoint OutPointWrapper::outPoint

Definition at line 19 of file coincontrol.h.

◆ value

CAmount OutPointWrapper::value

Definition at line 20 of file coincontrol.h.


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