Wt examples  3.7.1
Public Member Functions | Public Attributes | List of all members
Git::Object Struct Reference

Git object. More...

#include <Git.h>

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 63 of file Git.h.

Constructor & Destructor Documentation

◆ Object()

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

Definition at line 192 of file Git.C.

193  : id(anId),
194  type(aType)
195 { }
ObjectId id
Definition: Git.h:64
ObjectType type
Definition: Git.h:65

Member Data Documentation

◆ id

ObjectId Git::Object::id

Definition at line 64 of file Git.h.

◆ name

std::string Git::Object::name

Definition at line 66 of file Git.h.

◆ type

ObjectType Git::Object::type

Definition at line 65 of file Git.h.


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

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