Wt examples  3.7.1
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)
 

Detailed Description

Function Documentation

◆ createApplication()

WApplication* createApplication ( const WEnvironment env)

Definition at line 155 of file GitView.C.

156 {
157  return new GitViewApplication(env);
158 }
A simple application to navigate a git repository.
Definition: GitView.C:39

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 160 of file GitView.C.

161 {
162  return WRun(argc, argv, &createApplication);
163 }
WApplication * createApplication(const WEnvironment &env)
Definition: GitView.C:155

Generated on Tue Dec 15 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.13