Dash Core  0.12.2.1
P2P Digital Currency
governance-vote.cpp File Reference
#include "governance-vote.h"
#include "governance-object.h"
#include "masternodeman.h"
#include "messagesigner.h"
#include "util.h"
#include <boost/lexical_cast.hpp>

Go to the source code of this file.

Functions

bool operator== (const CGovernanceVote &vote1, const CGovernanceVote &vote2)
 
bool operator< (const CGovernanceVote &vote1, const CGovernanceVote &vote2)
 

Function Documentation

◆ operator<()

bool operator< ( const CGovernanceVote vote1,
const CGovernanceVote vote2 
)

Definition at line 307 of file governance-vote.cpp.

◆ operator==()

bool operator== ( const CGovernanceVote vote1,
const CGovernanceVote vote2 
)

Definition at line 297 of file governance-vote.cpp.