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

#include <GitCommandCache.h>

Classes

struct  Data
 

Public Member Functions

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

Public Attributes

std::shared_ptr< Datad
 

Constructor & Destructor Documentation

◆ GitCommandCache()

GitCommandCache::GitCommandCache ( bool  make = false)

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 
)

◆ operator bool()

GitCommandCache::operator bool ( ) const

Member Data Documentation

◆ d

std::shared_ptr<Data> GitCommandCache::d

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