1#ifndef EXPECTEDELECTIONRESULT_H
2#define EXPECTEDELECTIONRESULT_H
5#include "star/star_base_export.h"
11#include "star/electionresult.h"
35 qsizetype seatCount()
const;
36 QList<Seat> seats()
const;
54 Builder& wWinner(
const QString& winner);
The ElectionResult class holds the outcome of an election.
Definition electionresult.h:15
The ExpectedElectionResult::Builder class is a utility through expected election result sets can be c...
Definition expectedelectionresult.h:42
The ExpectedElectionResult class compares the results of an election to a known outcome.
Definition expectedelectionresult.h:17
The Seat class contains the outcome for a specific seat in a given election.
Definition seat.h:17
The Star namespace is the main namespace through which all functionality of the STAR++ library is acc...
Definition calculator.cpp:21