#include <User.h>
|
template<class Action > |
void | persist (Action &a) |
|
Definition at line 24 of file User.h.
◆ persist()
template<class Action >
void User::persist |
( |
Action & |
a | ) |
|
|
inline |
Definition at line 34 of file User.h.
35 {
37 dbo::field(a,
score,
"score");
40 }
dbo::weak_ptr< AuthInfo > authInfo
◆ authInfo
◆ gamesPlayed
int User::gamesPlayed = 0 |
◆ lastGame
Wt::WDateTime User::lastGame |
◆ name
◆ score
long long User::score = 0 |
The documentation for this class was generated from the following file: