|
SlHelpers
|
StrArray is a representation of a git string array. More...
#include <StrArray.h>
Public Member Functions | |
| StrArray (const std::vector< std::string > &vec) | |
Constructs a StrArray from vec (must outlive StrArray) | |
| const git_strarray * | array () const |
| Get the stored pointer to libgit2's git_strarray. | |
| operator const git_strarray * () const | |
| Alias for array() – implicit conversion. | |
StrArray is a representation of a git string array.