Wt examples  3.3.4
Classes | Enumerations | Functions
Git model example

Classes

class  SourceView
 View class for source code. More...
 
class  Git
 Git utility class for browsing git archives. More...
 
struct  Git::Object
 Git object. More...
 
class  Git::ObjectId
 Git object Id. More...
 
class  Git::Exception
 Exception class. More...
 
class  GitModel
 A model that retrieves revision trees from a git repository. More...
 
class  GitModel::Tree
 Used to uniquely locate a folder within the folder hierarchy. More...
 
class  GitModel::ChildIndex
 Index usable as a key to a map, that identifies a child/row within a tree. More...
 
class  GitViewApplication
 A simple application to navigate a git repository. More...
 

Enumerations

enum  Git::ObjectType { Git::Tree, Git::Commit, Git::Blob }
 Git object type. More...
 

Functions

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

Detailed Description

Enumeration Type Documentation

Git object type.

Enumerator
Tree 
Commit 
Blob 

Definition at line 59 of file Git.h.

59 { Tree, Commit, Blob };
Definition: Git.h:59
Definition: Git.h:59

Function Documentation

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
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 Wed Nov 11 2015 for the C++ Web Toolkit (Wt) by doxygen 1.8.9.1