|
Guitar
|
#include <GitObjectManager.h>

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 |
| enum GitTreeItem::Type |
| std::string GitTreeItem::to_string_ | ( | ) | const |
| std::string GitTreeItem::id |
| std::string GitTreeItem::mode |
| std::string GitTreeItem::name |