Wt examples  4.0.3
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 cpp14::make_unique<WtHome>(env, *blogDb);
176 }

Generated on Mon Jul 23 2018 for the C++ Web Toolkit (Wt) by doxygen 1.8.14