STAR++ v0.2.2
C++ implementation of STAR voting
|
The Election::Voter struct contains the details of a voter participating in an election. More...
#include <star/election.h>
Public Attributes | |
QString | anonymousName |
QString | name |
QString Star::Election::Voter::anonymousName |
The anonymized name of the voter. Primarily used for logging.
QString Star::Election::Voter::name |
The name of the voter.