Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > b3a1f4d91c26f535919e39e25606614a > files > 199

wt-doc-3.2.3-1.fc18.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Wt examples: /home/koen/project/wt/public-git/wt/examples/hangman/User.h Source File</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Wt examples
   &#160;<span id="projectnumber">3.2.3</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">/home/koen/project/wt/public-git/wt/examples/hangman/User.h</div>  </div>
</div>
<div class="contents">
<a href="User_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// This may look like C code, but it&#39;s really -*- C++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">/* </span>
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 2011 Emweb bvba, Heverlee, Belgium</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * See the LICENSE file for terms of use.</span>
<a name="l00006"></a>00006 <span class="comment"> */</span>
<a name="l00007"></a>00007 
<a name="l00008"></a>00008 <span class="preprocessor">#ifndef USER_H_</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#define USER_H_</span>
<a name="l00010"></a>00010 <span class="preprocessor"></span>
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;Wt/WDateTime&gt;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;Wt/Dbo/Types&gt;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;Wt/Dbo/WtSqlTraits&gt;</span>
<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;Wt/Auth/Dbo/AuthInfo&gt;</span>
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00017"></a>00017 
<a name="l00018"></a><a class="code" href="User_8h.html#a3c0a51912624b328e151e753cb0d1dd3">00018</a> <span class="keyword">class </span><a class="code" href="classUser.html">User</a>;
<a name="l00019"></a>00019 <span class="keyword">typedef</span> Wt::Auth::Dbo::AuthInfo&lt;User&gt; <a class="code" href="User_8h.html#a3c0a51912624b328e151e753cb0d1dd3">AuthInfo</a>;
<a name="l00020"></a><a class="code" href="User_8h.html#a72ea18a1a4f46702c3d068def96e37c5">00020</a> <span class="keyword">typedef</span> <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1Dbo_1_1collection.html">Wt::Dbo::collection&lt; Wt::Dbo::ptr&lt;User&gt;</a> &gt; <a class="code" href="User_8h.html#a72ea18a1a4f46702c3d068def96e37c5">Users</a>;
<a name="l00021"></a>00021 
<a name="l00022"></a><a class="code" href="classUser.html">00022</a> <span class="keyword">class </span><a class="code" href="classUser.html">User</a> : <span class="keyword">public</span> Wt::<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1Dbo_1_1Dbo.html#a8f4aadc99b20bfccbeb446ae0eac312f">Dbo</a>::<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1Dbo_1_1Dbo.html#a8f4aadc99b20bfccbeb446ae0eac312f">Dbo</a>&lt;User&gt;
<a name="l00023"></a>00023 {
<a name="l00024"></a>00024 <span class="keyword">public</span>:
<a name="l00025"></a>00025   <a class="code" href="classUser.html#a4a0137053e591fbb79d9057dd7d2283d">User</a>();
<a name="l00026"></a>00026 
<a name="l00027"></a><a class="code" href="classUser.html#a085d8d69282b6298964eab8351584536">00027</a>   std::string <a class="code" href="classUser.html#a085d8d69282b6298964eab8351584536">name</a>; <span class="comment">/* a copy of auth info&#39;s user name */</span>
<a name="l00028"></a><a class="code" href="classUser.html#aaa8e742ce006044c85caa7e25925e52c">00028</a>   <span class="keywordtype">int</span> <a class="code" href="classUser.html#aaa8e742ce006044c85caa7e25925e52c">gamesPlayed</a>;
<a name="l00029"></a><a class="code" href="classUser.html#a11ea6cb2854e33cf589845b12a45f030">00029</a>   <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="classUser.html#a11ea6cb2854e33cf589845b12a45f030">score</a>;
<a name="l00030"></a><a class="code" href="classUser.html#a62c89b6c10a83e2c8ee87c9d2f819ce4">00030</a>   <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WDateTime.html">Wt::WDateTime</a> <a class="code" href="classUser.html#a62c89b6c10a83e2c8ee87c9d2f819ce4">lastGame</a>;
<a name="l00031"></a><a class="code" href="classUser.html#ae3f58fe31642f514288705f4081031b6">00031</a>   <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1Dbo_1_1collection.html">Wt::Dbo::collection&lt; Wt::Dbo::ptr&lt;AuthInfo&gt;</a> &gt; <a class="code" href="classUser.html#ae3f58fe31642f514288705f4081031b6">authInfos</a>;
<a name="l00032"></a>00032 
<a name="l00033"></a>00033   <span class="keyword">template</span>&lt;<span class="keyword">class</span> Action&gt;
<a name="l00034"></a><a class="code" href="classUser.html#a626b516f8e54e0b98c4b20c488de01b8">00034</a>   <span class="keywordtype">void</span> <a class="code" href="classUser.html#a626b516f8e54e0b98c4b20c488de01b8">persist</a>(Action&amp; a)
<a name="l00035"></a>00035   {
<a name="l00036"></a>00036     <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/group__dbo.html#ga864a2e134149e7f614f45967777992c7">Wt::Dbo::field</a>(a, <a class="code" href="classUser.html#aaa8e742ce006044c85caa7e25925e52c">gamesPlayed</a>, <span class="stringliteral">&quot;gamesPlayed&quot;</span>);
<a name="l00037"></a>00037     <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/group__dbo.html#ga864a2e134149e7f614f45967777992c7">Wt::Dbo::field</a>(a, <a class="code" href="classUser.html#a11ea6cb2854e33cf589845b12a45f030">score</a>, <span class="stringliteral">&quot;score&quot;</span>);
<a name="l00038"></a>00038     <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/group__dbo.html#ga864a2e134149e7f614f45967777992c7">Wt::Dbo::field</a>(a, <a class="code" href="classUser.html#a62c89b6c10a83e2c8ee87c9d2f819ce4">lastGame</a>, <span class="stringliteral">&quot;lastGame&quot;</span>);
<a name="l00039"></a>00039 
<a name="l00040"></a>00040     <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/group__dbo.html#ga570b71f937c991b000b9db01b327a363">Wt::Dbo::hasMany</a>(a, <a class="code" href="classUser.html#ae3f58fe31642f514288705f4081031b6">authInfos</a>, <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/group__dbo.html#gga1d0ec6819b1bf5b7a88ad030b91ca564a32d7393c325724244671b18be53058fa">Wt::Dbo::ManyToOne</a>, <span class="stringliteral">&quot;user&quot;</span>);
<a name="l00041"></a>00041   }
<a name="l00042"></a>00042 };
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <a class="code" href="User_8h.html#aec76bc04d963fdf4d22f888fe2b02ff8">DBO_EXTERN_TEMPLATES</a>(<a class="code" href="classUser.html">User</a>);
<a name="l00045"></a>00045 
<a name="l00046"></a>00046 <span class="preprocessor">#endif // USER_H_</span>
</pre></div></div>
</div>
<hr size="1"><address style="text-align: right; margin: 3px"><small>
Generated on Thu Nov 1 2012 for <a href="http://www.webtoolkit.eu/wt">the
C++ Web Toolkit (Wt)</a> by&nbsp;<a
href="http://www.doxygen.org/index.html"><img src="doxygen.png"
alt="doxygen" border="0" style="vertical-align: middle; display:
inline-block; height: 2em"></a> 1.7.5.1</small></address>
</body>
</html>