Wt examples  3.2.2
Classes | Functions
/home/koen/project/wt/public-git/wt/examples/charts/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.

{
  WApplication *app = new ChartsApplication(env);

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

Definition at line 43 of file ChartsApplication.C.

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

Generated on Fri Jul 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1