libgit2 v0.20.1 (2014-02-10T09:06:46Z)
Dub
Repo
git_buf
deimos
git2
buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
git_buf {
char
*
ptr
;
size_t
asize
;
size_t
size
;
this
(char* mem, size_t len);
}
Constructors
this
this
(char* mem, size_t len)
Undocumented in source.
Members
Variables
asize
size_t
asize
;
Undocumented in source.
ptr
char
*
ptr
;
Undocumented in source.
size
size_t
size
;
Undocumented in source.
Meta
Source
See Implementation
deimos
git2
buffer
functions
git_buf_free
git_buf_grow
git_buf_set
structs
git_buf