#include <User.h>
|
| User () |
|
template<class Action > |
void | persist (Action &a) |
|
Definition at line 26 of file User.h.
◆ User()
◆ persist()
template<class Action >
void User::persist |
( |
Action & |
a | ) |
|
|
inline |
Definition at line 38 of file User.h.
41 dbo::field(a,
score,
"score");
44 dbo::hasMany(a,
authInfos, dbo::ManyToOne,
"user");
dbo::collection< dbo::ptr< AuthInfo > > authInfos
◆ authInfos
dbo::collection<dbo::ptr<AuthInfo> > User::authInfos |
◆ gamesPlayed
◆ lastGame
◆ name
◆ score
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/wt-4.0.5/examples/hangman/User.h
- /builddir/build/BUILD/wt-4.0.5/examples/hangman/User.C