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

#include <Git.h>

Public Types

enum  Type {
  Type::NONE = -1, Type::UNKNOWN = 0, Type::COMMIT = 1, Type::TREE = 2,
  Type::BLOB = 3, Type::TAG = 4, Type::UNDEFINED = 5, Type::OFS_DELTA = 6,
  Type::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: