Quaternity
Public Attributes | List of all members
Player Struct Reference

The information connected to a player. More...

#include <state.h>

Public Attributes

int num_cards
 The number of cards this player has. More...
 
std::vector< int > sets
 The number of cards the player at least has from a certain set. More...
 

Detailed Description

The information connected to a player.

Definition at line 34 of file state.h.

Member Data Documentation

◆ num_cards

int Player::num_cards

The number of cards this player has.

Definition at line 39 of file state.h.

◆ sets

std::vector<int> Player::sets

The number of cards the player at least has from a certain set.

To give an example, [0,3,1] means that this player has at least 0 cards from set 0, it has at least 3 cards from set 1 and it has at least 1 card from set 2.

Definition at line 48 of file state.h.


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