Wt examples 4.5.2
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< WApplication > createWtHomeApplication (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}

Generated on Wed Jan 12 2022 for the C++ Web Toolkit (Wt) by doxygen 1.9.3