Guitar
Classes | Typedefs
GitPackIdxV2.h File Reference
#include <QIODevice>
#include <cstdint>
#include <vector>
#include "GitPack.h"
#include <memory>
Include dependency graph for GitPackIdxV2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GitPackIdxItem
 
class  GitPackIdxV2
 
struct  GitPackIdxV2::header_t
 
struct  GitPackIdxV2::trailer_t
 
struct  GitPackIdxV2::object_id_t
 
struct  GitPackIdxV2::Data
 

Typedefs

using GitPackIdxPtr = std::shared_ptr< GitPackIdxV2 >
 

Typedef Documentation

◆ GitPackIdxPtr

using GitPackIdxPtr = std::shared_ptr<GitPackIdxV2>