Wt examples
3.7.1
public-git
wt
examples
hangman
User.C
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2011 Emweb bv, Herent, Belgium.
3
*
4
* See the LICENSE file for terms of use.
5
*/
6
7
#include "
User.h
"
8
9
#include <Wt/Auth/Dbo/AuthInfo>
10
#include <Wt/Dbo/Impl>
11
12
DBO_INSTANTIATE_TEMPLATES
(
User
);
13
14
using namespace
Wt
;
15
using namespace
Wt::Dbo
;
16
17
User::User
()
18
: gamesPlayed(0),
19
score(0)
20
{ }
Wt::Dbo
User::User
User()
Definition:
User.C:17
DBO_INSTANTIATE_TEMPLATES
DBO_INSTANTIATE_TEMPLATES(User)
User
Definition:
User.h:22
User.h
Wt
Generated on Tue Dec 15 2020 for
the C++ Web Toolkit (Wt)
by
1.8.13