#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.
39 {
41 dbo::field(a,
score,
"score");
43
44 dbo::hasMany(a,
authInfos, dbo::ManyToOne,
"user");
45 }
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:
- C:/M/mingw-w64-wt/src/wt-4.7.1/examples/hangman/User.h
- C:/M/mingw-w64-wt/src/wt-4.7.1/examples/hangman/User.C