Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
governance-vote.cpp File Reference
#include <governance/governance-vote.h>
#include <governance/governance-object.h>
#include <masternode/masternode-sync.h>
#include <messagesigner.h>
#include <spork.h>
#include <util.h>
#include <evo/deterministicmns.h>
Include dependency graph for governance-vote.cpp:
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 290 of file governance-vote.cpp.
References CGovernanceVote::masternodeOutpoint, CGovernanceVote::nParentHash, CGovernanceVote::nTime, CGovernanceVote::nVoteOutcome, and CGovernanceVote::nVoteSignal.
◆ operator==()
bool operator== | ( | const CGovernanceVote & | vote1, |
const CGovernanceVote & | vote2 | ||
) |
Definition at line 280 of file governance-vote.cpp.
References CGovernanceVote::masternodeOutpoint, CGovernanceVote::nParentHash, CGovernanceVote::nTime, CGovernanceVote::nVoteOutcome, and CGovernanceVote::nVoteSignal.