Wt examples  3.2.1
Classes | Functions
ChartsApplication.C File Reference
#include <Wt/WApplication>
#include "ChartsExample.h"

Go to the source code of this file.

Classes

class  ChartsApplication

Functions

WApplicationcreateApplication (const WEnvironment &env)
int main (int argc, char **argv)

Function Documentation

WApplication* createApplication ( const WEnvironment env)

Definition at line 36 of file ChartsApplication.C.

{
return app;
}
int main ( int  argc,
char **  argv 
)

Definition at line 43 of file ChartsApplication.C.

{
return WRun(argc, argv, &createApplication);
}

Generated on Mon May 28 2012 for the C++ Web Toolkit (Wt) by doxygen 1.8.1