#include <User.h>
List of all members.
Detailed Description
Definition at line 22 of file User.h.
Constructor & Destructor Documentation
Member Function Documentation
Definition at line 34 of file User.h.
{
Wt::Dbo::field(a, gamesPlayed, "gamesPlayed");
Wt::Dbo::field(a, score, "score");
Wt::Dbo::field(a, lastGame, "lastGame");
Wt::Dbo::hasMany(a, authInfos, Wt::Dbo::ManyToOne, "user");
}
Member Data Documentation
The documentation for this class was generated from the following files:
- /usr/src/RPM/BUILD/wt-3.3.5-rc2/examples/hangman/User.h
- /usr/src/RPM/BUILD/wt-3.3.5-rc2/examples/hangman/User.C