SlHelpers
SlGit::PathSpecMatchList Class Reference

PathSpecMatchList is a representation of a git pathspecs match list. More...

#include <PathSpec.h>

Public Member Functions

size_t entrycount () const noexcept
 Get count of entries in this PathSpecMatchList.
 
std::string entry (size_t pos) const noexcept
 Get an entry on pos-th position.
 
const git_diff_delta * diffEntry (size_t pos) const noexcept
 Get a diff entry on pos-th position.
 
size_t failedEntrycount () const noexcept
 Get count of failed entries in this PathSpecMatchList.
 
std::string failedEntry (size_t pos) const noexcept
 Get a failed entry on pos-th position.
 
GitTy * matchList () const noexcept
 Get the stored pointer to libgit2's git_pathspec_match_list.
 
 operator GitTy * () const noexcept
 Alias for matchList() – implicit conversion.
 

Friends

class Repo
 
class PathSpec
 

Detailed Description

PathSpecMatchList is a representation of a git pathspecs match list.


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