Wt examples
4.11.3
|
#include <vector>
#include <Wt/Auth/Login.h>
#include <Wt/Auth/Dbo/UserDatabase.h>
#include <Wt/Dbo/Session.h>
#include <Wt/Dbo/ptr.h>
#include <Wt/Dbo/backend/Sqlite3.h>
#include "User.h"
Go to the source code of this file.
Classes | |
class | Session |
Typedefs | |
using | UserDatabase = Wt::Auth::Dbo::UserDatabase< AuthInfo > |