Public Attributes | List of all members
datasplayer Struct Reference

A data model for the player. More...

Public Attributes

vector< string > * cardsList
 A list of the cards.
 
string identifiant
 the identifiant of the player
 
bool isPlaying
 If the player is playing the value is at true.
 
int points
 the score of the player
 
string actualCard
 The actual played card.
 

Detailed Description

A data model for the player.

The model can give informations on the player as the id , if is currently have the game turn , the points the list of cards and the actual played card

Definition at line 61 of file cardgame.cpp.

Member Data Documentation

◆ actualCard

string datasplayer::actualCard

The actual played card.

Definition at line 87 of file cardgame.cpp.

◆ cardsList

vector<string >* datasplayer::cardsList

A list of the cards.

Contain all the cards of the player in the game.

Definition at line 67 of file cardgame.cpp.

◆ identifiant

string datasplayer::identifiant

the identifiant of the player

Definition at line 72 of file cardgame.cpp.

◆ isPlaying

bool datasplayer::isPlaying

If the player is playing the value is at true.

Definition at line 77 of file cardgame.cpp.

◆ points

int datasplayer::points

the score of the player

Definition at line 82 of file cardgame.cpp.


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

GNU cgicc - A C++ class library for writing CGI applications
Copyright © 1996 - 2004 Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.
Documentation generated Mon Apr 22 2024 09:44:00 for cgicc by doxygen 1.9.8