datasplayer Struct Reference

A data model for the player. More...

List of all members.

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

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.

Referenced by CardGameTools::convertStringToStuct(), CardGameTools::convertStructToString(), CardGameTools::drawPlayerCards(), CardGameTools::gameRules(), CardGameTools::getGame(), and CardGameTools::writeGame().


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 Sat Jan 19 21:16:00 2008 for cgicc by doxygen 1.5.1