#include <User.h>
|
| User () |
|
template<class Action > |
void | persist (Action &a) |
|
Definition at line 22 of file User.h.
◆ User()
◆ persist()
template<class Action >
void User::persist |
( |
Action & |
a | ) |
|
|
inline |
Definition at line 34 of file User.h.
37 Wt::Dbo::field(a,
score,
"score");
38 Wt::Dbo::field(a,
lastGame,
"lastGame");
40 Wt::Dbo::hasMany(a,
authInfos, Wt::Dbo::ManyToOne,
"user");
Wt::Dbo::collection< Wt::Dbo::ptr< AuthInfo > > authInfos
◆ authInfos
Wt::Dbo::collection< Wt::Dbo::ptr<AuthInfo> > User::authInfos |
◆ gamesPlayed
◆ lastGame
Wt::WDateTime User::lastGame |
◆ name
◆ score
The documentation for this class was generated from the following files:
- /build/witty-xots1a/witty-3.3.6+dfsg/examples/hangman/User.h
- /build/witty-xots1a/witty-3.3.6+dfsg/examples/hangman/User.C