GitTreeEntry

Constructors

this
this(GitTree owner, const(git_tree_entry)* entry)
Undocumented in source.
this
this(GitTreeBuilder owner, const(git_tree_entry)* entry)
Undocumented in source.
this
this(GitRepo owner, git_tree_entry* entry)
Undocumented in source.

Members

Functions

cHandle
const(git_tree_entry)* cHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(GitTreeEntry other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(GitTreeEntry other)
Undocumented in source. Be warned that the author may not have intended to support it.
toObject
GitObject toObject()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_tree_entry, git_tree_entry_free, false)
Undocumented in source.

Properties

dup
GitTreeEntry dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fileMode
GitFileModeType fileMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fileModeRaw
GitFileModeType fileModeRaw [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
GitOid id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
GitType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta