bool operator<(const ScoreEntry &other) const
Accesses the score member variables and compares them.
Definition Score.h:47
ScoreEntry(std::string username, const int score)
Constructs a new ScoreEntry object, populated with the provided values.
Definition Score.h:39
ScoreEntry()
Default constructor initiates an empty object.
Definition Score.h:31