Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
avalanche::VoteItemUpdate Class Reference

#include <processor.h>

Public Member Functions

 VoteItemUpdate (AnyVoteItem itemIn, VoteStatus statusIn)
 
const VoteStatusgetStatus () const
 
const AnyVoteItemgetVoteItem () const
 

Private Attributes

AnyVoteItem item
 
VoteStatus status
 

Detailed Description

Definition at line 89 of file processor.h.

Constructor & Destructor Documentation

◆ VoteItemUpdate()

avalanche::VoteItemUpdate::VoteItemUpdate ( AnyVoteItem  itemIn,
VoteStatus  statusIn 
)
inline

Definition at line 94 of file processor.h.

Member Function Documentation

◆ getStatus()

const VoteStatus& avalanche::VoteItemUpdate::getStatus ( ) const
inline

Definition at line 97 of file processor.h.

Here is the caller graph for this function:

◆ getVoteItem()

const AnyVoteItem& avalanche::VoteItemUpdate::getVoteItem ( ) const
inline

Definition at line 98 of file processor.h.

Here is the caller graph for this function:

Member Data Documentation

◆ item

AnyVoteItem avalanche::VoteItemUpdate::item
private

Definition at line 90 of file processor.h.

◆ status

VoteStatus avalanche::VoteItemUpdate::status
private

Definition at line 91 of file processor.h.


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