Wt examples  4.10.4
Classes | Functions
WtHome.h File Reference
#include <Wt/WApplication.h>
#include "Home.h"

Go to the source code of this file.

Classes

class  WtHome
 

Functions

std::unique_ptr< WApplicationcreateWtHomeApplication (const WEnvironment &env, Dbo::SqlConnectionPool *blogDb)
 

Function Documentation

◆ createWtHomeApplication()

std::unique_ptr<WApplication> createWtHomeApplication ( const WEnvironment env,
Dbo::SqlConnectionPool blogDb 
)

Definition at line 172 of file WtHome.C.

174 {
175  return std::make_unique<WtHome>(env, *blogDb);
176 }