Guitar
Public Types | Public Attributes | List of all members
Git::Object Struct Reference

#include <Git.h>

Public Types

enum class  Type {
  NONE = -1 , UNKNOWN = 0 , COMMIT = 1 , TREE = 2 ,
  BLOB = 3 , TAG = 4 , UNDEFINED = 5 , OFS_DELTA = 6 ,
  REF_DELTA = 7
}
 

Public Attributes

Type type = Type::NONE
 
QByteArray content
 

Member Enumeration Documentation

◆ Type

enum Git::Object::Type
strong
Enumerator
NONE 
UNKNOWN 
COMMIT 
TREE 
BLOB 
TAG 
UNDEFINED 
OFS_DELTA 
REF_DELTA 

Member Data Documentation

◆ content

QByteArray Git::Object::content

◆ type

Type Git::Object::type = Type::NONE

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