SlHelpers
SlGit::StrArray Class Reference

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.
 

Detailed Description

StrArray is a representation of a git string array.


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