This file is indexed.

/usr/share/doc/libcgicc-doc/html/structdatasgame.html is in libcgicc-doc 3.2.9-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!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>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.8.9.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;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 id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structdatasgame-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">datasgame Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>A data model for the games.  
 <a href="structdatasgame.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a502babdec4780c35b0f048b6ae829fdb"><td class="memItemLeft" align="right" valign="top">vector&lt; <a class="el" href="structdatasplayer.html">datasplayer</a> * &gt; *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdatasgame.html#a502babdec4780c35b0f048b6ae829fdb">playersList</a></td></tr>
<tr class="memdesc:a502babdec4780c35b0f048b6ae829fdb"><td class="mdescLeft">&#160;</td><td class="mdescRight">The players List.  <a href="#a502babdec4780c35b0f048b6ae829fdb">More...</a><br /></td></tr>
<tr class="separator:a502babdec4780c35b0f048b6ae829fdb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac9f81b1c155bde1ca1bcefedda9c5c06"><td class="memItemLeft" align="right" valign="top">vector&lt; string &gt; *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdatasgame.html#ac9f81b1c155bde1ca1bcefedda9c5c06">playedCards</a></td></tr>
<tr class="memdesc:ac9f81b1c155bde1ca1bcefedda9c5c06"><td class="mdescLeft">&#160;</td><td class="mdescRight">The actual cards in the game.  <a href="#ac9f81b1c155bde1ca1bcefedda9c5c06">More...</a><br /></td></tr>
<tr class="separator:ac9f81b1c155bde1ca1bcefedda9c5c06"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ab6080f29e7156faf434625ab8fbd61"><td class="memItemLeft" align="right" valign="top">vector&lt; string &gt; *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdatasgame.html#a5ab6080f29e7156faf434625ab8fbd61">piocheCards</a></td></tr>
<tr class="memdesc:a5ab6080f29e7156faf434625ab8fbd61"><td class="mdescLeft">&#160;</td><td class="mdescRight">The rest of the cards.  <a href="#a5ab6080f29e7156faf434625ab8fbd61">More...</a><br /></td></tr>
<tr class="separator:a5ab6080f29e7156faf434625ab8fbd61"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A data model for the games. </p>
<p>A game need a players list, the cards in the turns and the rest of the cards </p>

<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>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a5ab6080f29e7156faf434625ab8fbd61"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt;string&gt;* datasgame::piocheCards</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>
<a class="anchor" id="ac9f81b1c155bde1ca1bcefedda9c5c06"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt;string&gt;* datasgame::playedCards</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>
<a class="anchor" id="a502babdec4780c35b0f048b6ae829fdb"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vector&lt;<a class="el" href="structdatasplayer.html">datasplayer</a> *&gt;* datasgame::playersList</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The players List. </p>
<dl class="section see"><dt>See also</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>
<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></li>
</ul>
</div><!-- contents -->
<!-- $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 Aug 4 2015 05:38:49 for cgicc by
<a HREF="http://www.doxygen.org/index.html">doxygen</a> 1.8.9.1
</small></address>
</body>
</html>