Guitar
Classes | Public Member Functions | Private Attributes | List of all members
GitCommandCache Class Reference

#include <GitCommandCache.h>

Classes

struct  Data
 

Public Member Functions

 GitCommandCache ()
 
std::vector< char > * find (QString const &key)
 
void insert (QString const &key, std::vector< char > const &value)
 
void clear ()
 

Private Attributes

std::shared_ptr< Datad
 

Constructor & Destructor Documentation

◆ GitCommandCache()

GitCommandCache::GitCommandCache ( )

Member Function Documentation

◆ clear()

void GitCommandCache::clear ( )

◆ find()

std::vector< char > * GitCommandCache::find ( QString const &  key)

◆ insert()

void GitCommandCache::insert ( QString const &  key,
std::vector< char > const &  value 
)

Member Data Documentation

◆ d

std::shared_ptr<Data> GitCommandCache::d
private

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