Wt examples
4.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
public-git
wt
examples
hangman
User.C
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2011 Emweb bvba, Kessel-Lo, Belgium.
3
*
4
* See the LICENSE file for terms of use.
5
*/
6
7
#include "
User.h
"
8
9
#include <Wt/Auth/Dbo/AuthInfo.h>
10
#include <Wt/Dbo/Impl.h>
11
12
DBO_INSTANTIATE_TEMPLATES
(
User
);
13
14
using namespace
Wt::Dbo
;
15
16
User::User
()
17
: gamesPlayed(0),
18
score(0)
19
{ }
Wt::Dbo
User::User
User()
Definition:
User.C:16
DBO_INSTANTIATE_TEMPLATES
DBO_INSTANTIATE_TEMPLATES(User)
User
Definition:
User.h:26
User.h
Generated on Mon Sep 4 2017 for
the C++ Web Toolkit (Wt)
by
1.8.11