Quaternity
Classes | Typedefs
round.h File Reference

This file defines the structs for a question and typedef of an answer. More...

#include <vector>

Go to the source code of this file.

Classes

struct  Question
 A question asked by a player. The player asks another player for a specific card from a certain set. More...
 

Typedefs

typedef bool Answer
 An answer returned by a player. The answer is either true or false denoting he/she has or does not has the card which was asked for. More...
 

Detailed Description

This file defines the structs for a question and typedef of an answer.

Definition in file round.h.

Typedef Documentation

◆ Answer

typedef bool Answer

An answer returned by a player. The answer is either true or false denoting he/she has or does not has the card which was asked for.

Definition at line 39 of file round.h.