Guitar
Classes | Public Member Functions | Public Attributes | List of all members
Git::CommandCache Class Reference

#include <Git.h>

Classes

struct  Data
 

Public Member Functions

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

Public Attributes

std::shared_ptr< Datad
 

Constructor & Destructor Documentation

◆ CommandCache()

Git::CommandCache::CommandCache ( bool  make = false)
inline

Member Function Documentation

◆ clear()

void Git::CommandCache::clear ( )
inline

◆ find()

std::vector<char>* Git::CommandCache::find ( QString const &  key)
inline

◆ insert()

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

◆ operator bool()

Git::CommandCache::operator bool ( ) const
inline

Member Data Documentation

◆ d

std::shared_ptr<Data> Git::CommandCache::d

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