Guitar
Public Attributes | List of all members
CommitLogExchangeData::D Struct Reference

#include <RepositoryModel.h>

Public Attributes

std::optional< Git::CommitItemListcommit_log
 
std::optional< std::map< Git::Hash, BranchList > > branch_map
 
std::optional< std::map< Git::Hash, TagList > > tag_map
 
std::optional< std::map< int, BranchLabelList > > label_map
 

Member Data Documentation

◆ branch_map

std::optional<std::map<Git::Hash, BranchList> > CommitLogExchangeData::D::branch_map

◆ commit_log

std::optional<Git::CommitItemList> CommitLogExchangeData::D::commit_log

◆ label_map

std::optional<std::map<int, BranchLabelList> > CommitLogExchangeData::D::label_map

◆ tag_map

std::optional<std::map<Git::Hash, TagList> > CommitLogExchangeData::D::tag_map

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