Wt examples 3.1.10
Classes | Functions
Git model example

Classes

class  SourceView
 View class for source code. More...
class  Git
 Git utility class for browsing git archives. More...
class  GitModel
 A model that retrieves revision trees from a git repository. More...
class  GitViewApplication
 A simple application to navigate a git repository. More...

Functions

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

Function Documentation

WApplication* createApplication ( const WEnvironment env)

Definition at line 156 of file GitView.C.

{
  return new GitViewApplication(env);
}
int main ( int  argc,
char **  argv 
)

Definition at line 161 of file GitView.C.

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

Generated on Wed Jul 27 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.4