STAR++ v0.2.2
C++ implementation of STAR voting
Loading...
Searching...
No Matches
Star::Election::Voter Struct Reference

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
 

Detailed Description

See also
Election::Vote.

Member Data Documentation

◆ anonymousName

QString Star::Election::Voter::anonymousName

The anonymized name of the voter. Primarily used for logging.

◆ name

QString Star::Election::Voter::name

The name of the voter.

Note
This field is currently unused.

The documentation for this struct was generated from the following files: