Wt examples  3.3.0
Public Member Functions | Public Attributes
Git::Object Struct Reference

Git object. More...

#include <Git.h>

List of all members.

Public Member Functions

 Object (const ObjectId &id, ObjectType type)

Public Attributes

ObjectId id
ObjectType type
std::string name

Detailed Description

Git object.

Definition at line 62 of file Git.h.


Constructor & Destructor Documentation

Git::Object::Object ( const ObjectId id,
ObjectType  type 
)

Definition at line 173 of file Git.C.

  : id(anId),
    type(aType)
{ }

Member Data Documentation

Definition at line 63 of file Git.h.

std::string Git::Object::name

Definition at line 65 of file Git.h.

Definition at line 64 of file Git.h.


The documentation for this struct was generated from the following files:

Generated on Mon Apr 8 2013 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1