Guitar
|
#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 |
|
strong |
QByteArray Git::Object::content |
Type Git::Object::type = Type::NONE |