![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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) |
bool operator< | ( | const CGovernanceVote & | vote1, |
const CGovernanceVote & | vote2 | ||
) |
Definition at line 307 of file governance-vote.cpp.
bool operator== | ( | const CGovernanceVote & | vote1, |
const CGovernanceVote & | vote2 | ||
) |
Definition at line 297 of file governance-vote.cpp.