#include <Wt/WApplication.h>
#include "ChartsExample.h"
Go to the source code of this file.
|
std::unique_ptr< WApplication > | createApplication (const WEnvironment &env) |
|
int | main (int argc, char **argv) |
|
◆ createApplication()
std::unique_ptr< WApplication > createApplication |
( |
const WEnvironment & | env | ) |
|
Definition at line 35 of file ChartsApplication.C.
36{
37 return std::make_unique<ChartsApplication>(env);
38}
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 40 of file ChartsApplication.C.
41{
43}
std::unique_ptr< WApplication > createApplication(const WEnvironment &env)