Guitar
Public Types | Public Member Functions | Public Attributes | List of all members
GitTreeItem Struct Reference

#include <GitObjectManager.h>

Collaboration diagram for GitTreeItem:
Collaboration graph
[legend]

Public Types

enum  Type { UNKNOWN , TREE , BLOB , COMMIT }
 

Public Member Functions

std::string to_string_ () const
 

Public Attributes

Type type = UNKNOWN
 
std::string name
 
std::string id
 
std::string mode
 

Member Enumeration Documentation

◆ Type

Enumerator
UNKNOWN 
TREE 
BLOB 
COMMIT 

Member Function Documentation

◆ to_string_()

std::string GitTreeItem::to_string_ ( ) const

Member Data Documentation

◆ id

std::string GitTreeItem::id

◆ mode

std::string GitTreeItem::mode

◆ name

std::string GitTreeItem::name

◆ type

Type GitTreeItem::type = UNKNOWN

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