14 : nMemoryVotes(other.nMemoryVotes),
15 listVotes(other.listVotes),
49 std::vector<CGovernanceVote> vecResult;
51 vecResult.push_back(*it);
60 if(it->GetMasternodeOutpoint() == outpointMasternode) {
vote_l_t::iterator vote_l_it
std::vector< CGovernanceVote > GetVotes() const
void AddVote(const CGovernanceVote &vote)
bool GetVote(const uint256 &nHash, CGovernanceVote &vote) const
void RemoveVotesFromMasternode(const COutPoint &outpointMasternode)
bool HasVote(const uint256 &nHash) const
CGovernanceObjectVoteFile()
CGovernanceObjectVoteFile & operator=(const CGovernanceObjectVoteFile &other)
vote_m_t::const_iterator vote_m_cit
vote_l_t::const_iterator vote_l_cit