Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 82bf76c75b44c3e54c5dc9d8c4b11ab5 > files > 266

cgicc-3.2.8-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
   "http://www.w3.org/TR/REC-html40/loose.dtd">

<html lang="en" dir="LTR">

<head>
  <!-- $Id: header.html,v 1.5 2004/06/12 01:58:25 sbooth Exp $ -->
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <title>cgicc: datasgame Struct Reference</title>
  <link rev="made" href="mailto:bug-cgicc@gnu.org" />
  <link href="doxygen.css" rel="stylesheet" type="text/css" />
  <link href="cgicc-doc.css" rel="stylesheet" type="text/css" />
</head>

<body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>datasgame Struct Reference</h1><!-- doxytag: class="datasgame" -->A data model for the games.  
<a href="#_details">More...</a>
<p>

<p>
<a href="structdatasgame-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">vector&lt; <a class="el" href="structdatasplayer.html">datasplayer</a> * &gt; *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdatasgame.html#502babdec4780c35b0f048b6ae829fdb">playersList</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The players List.  <a href="#502babdec4780c35b0f048b6ae829fdb"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">vector&lt; string &gt; *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdatasgame.html#c9f81b1c155bde1ca1bcefedda9c5c06">playedCards</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The actual cards in the game.  <a href="#c9f81b1c155bde1ca1bcefedda9c5c06"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">vector&lt; string &gt; *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdatasgame.html#5ab6080f29e7156faf434625ab8fbd61">piocheCards</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The rest of the cards.  <a href="#5ab6080f29e7156faf434625ab8fbd61"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A data model for the games. 
<p>
A game need a players list, the cards in the turns and the rest of the cards 
<p>Definition at line <a class="el" href="cardgame_8cpp_source.html#l00096">96</a> of file <a class="el" href="cardgame_8cpp_source.html">cardgame.cpp</a>.</p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="5ab6080f29e7156faf434625ab8fbd61"></a><!-- doxytag: member="datasgame::piocheCards" ref="5ab6080f29e7156faf434625ab8fbd61" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt;string&gt;* <a class="el" href="structdatasgame.html#5ab6080f29e7156faf434625ab8fbd61">datasgame::piocheCards</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The rest of the cards. 
<p>

<p>Definition at line <a class="el" href="cardgame_8cpp_source.html#l00112">112</a> of file <a class="el" href="cardgame_8cpp_source.html">cardgame.cpp</a>.</p>

<p>Referenced by <a class="el" href="cardgame_8cpp_source.html#l00851">CardGameTools::createGame()</a>, <a class="el" href="cardgame_8cpp_source.html#l01275">CardGameTools::gameRules()</a>, <a class="el" href="cardgame_8cpp_source.html#l00324">CardGameTools::getGame()</a>, <a class="el" href="cardgame_8cpp_source.html#l01080">CardGameTools::playACard()</a>, and <a class="el" href="cardgame_8cpp_source.html#l00598">CardGameTools::writeGame()</a>.</p>

</div>
</div><p>
<a class="anchor" name="c9f81b1c155bde1ca1bcefedda9c5c06"></a><!-- doxytag: member="datasgame::playedCards" ref="c9f81b1c155bde1ca1bcefedda9c5c06" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt;string&gt;* <a class="el" href="structdatasgame.html#c9f81b1c155bde1ca1bcefedda9c5c06">datasgame::playedCards</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The actual cards in the game. 
<p>

<p>Definition at line <a class="el" href="cardgame_8cpp_source.html#l00107">107</a> of file <a class="el" href="cardgame_8cpp_source.html">cardgame.cpp</a>.</p>

<p>Referenced by <a class="el" href="cardgame_8cpp_source.html#l00851">CardGameTools::createGame()</a>, <a class="el" href="cardgame_8cpp_source.html#l01024">CardGameTools::drawCardInPlay()</a>, <a class="el" href="cardgame_8cpp_source.html#l01275">CardGameTools::gameRules()</a>, <a class="el" href="cardgame_8cpp_source.html#l00324">CardGameTools::getGame()</a>, <a class="el" href="cardgame_8cpp_source.html#l01215">CardGameTools::IAPlay()</a>, <a class="el" href="cardgame_8cpp_source.html#l01080">CardGameTools::playACard()</a>, <a class="el" href="cardgame_8cpp_source.html#l01164">CardGameTools::testCard()</a>, and <a class="el" href="cardgame_8cpp_source.html#l00598">CardGameTools::writeGame()</a>.</p>

</div>
</div><p>
<a class="anchor" name="502babdec4780c35b0f048b6ae829fdb"></a><!-- doxytag: member="datasgame::playersList" ref="502babdec4780c35b0f048b6ae829fdb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt;<a class="el" href="structdatasplayer.html">datasplayer</a> *&gt;* <a class="el" href="structdatasgame.html#502babdec4780c35b0f048b6ae829fdb">datasgame::playersList</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The players List. 
<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structdatasplayer.html" title="A data model for the player.">datasplayer</a> </dd></dl>

<p>Definition at line <a class="el" href="cardgame_8cpp_source.html#l00102">102</a> of file <a class="el" href="cardgame_8cpp_source.html">cardgame.cpp</a>.</p>

<p>Referenced by <a class="el" href="cardgame_8cpp_source.html#l00851">CardGameTools::createGame()</a>, <a class="el" href="cardgame_8cpp_source.html#l00991">CardGameTools::drawPlayers()</a>, <a class="el" href="cardgame_8cpp_source.html#l01275">CardGameTools::gameRules()</a>, <a class="el" href="cardgame_8cpp_source.html#l00324">CardGameTools::getGame()</a>, <a class="el" href="cardgame_8cpp_source.html#l01215">CardGameTools::IAPlay()</a>, <a class="el" href="cardgame_8cpp_source.html#l01080">CardGameTools::playACard()</a>, <a class="el" href="cardgame_8cpp_source.html#l01164">CardGameTools::testCard()</a>, <a class="el" href="cardgame_8cpp_source.html#l01129">CardGameTools::turnPlayers()</a>, <a class="el" href="cardgame_8cpp_source.html#l00598">CardGameTools::writeGame()</a>, and <a class="el" href="cardgame_8cpp_source.html#l00931">CardGameTools::writeWinner()</a>.</p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="cardgame_8cpp_source.html">cardgame.cpp</a></ul>
</div>
<!-- $Id: footer.html,v 1.7 2004/06/12 01:58:25 sbooth Exp $ -->

<hr>

<address><small>
<a href="http://www.cgicc.org">GNU cgicc</a> - A C++ class library for
writing CGI applications<br />
Copyright &copy; 1996 - 2004 
<a href="mailto:sboothATgnuDOTorg">Stephen F. Booth</a><br />
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.<br />
Documentation generated Tue Jun 9 15:03:49 2009 for cgicc by
<a HREF="http://www.doxygen.org/index.html">doxygen</a> 1.5.9
</small></address>

</body>

</html>