|
Guitar
|
#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< Data > | d |
| GitCommandCache::GitCommandCache | ( | ) |
| void GitCommandCache::clear | ( | ) |
| std::vector< char > * GitCommandCache::find | ( | QString const & | key | ) |
| void GitCommandCache::insert | ( | QString const & | key, |
| std::vector< char > const & | value | ||
| ) |
|
private |