STAR++ v0.2.2
C++ implementation of STAR voting
|
The Election::Voter struct represents a single vote for a candidate in an election. More...
#include <star/election.h>
Public Attributes | |
QString | candidate |
int | score = 0 |
QString Star::Election::Vote::candidate |
The candidate the vote is for.
QString Star::Election::Vote::score = 0 |
The score of the vote.