Guitar
Public Types | Public Member Functions | Public Attributes | List of all members
GitObject Struct Reference

#include <GitTypes.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 Member Functions

 operator bool () const
 

Public Attributes

Type type = Type::NONE
 
QByteArray content
 

Member Enumeration Documentation

◆ Type

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

Member Function Documentation

◆ operator bool()

GitObject::operator bool ( ) const
inline

Member Data Documentation

◆ content

QByteArray GitObject::content

◆ type

Type GitObject::type = Type::NONE

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