#include <BlockHasher.h>
|
virtual | ~BlockHashCache ()=default |
|
virtual bool | GetHash (int64_t blockId, std::string &hash) const =0 |
|
virtual void | UpdateHash (int64_t blockId, const std::string &hash)=0 |
|
Definition at line 24 of file BlockHasher.h.
◆ ~BlockHashCache()
virtual audacity::cloud::audiocom::sync::BlockHashCache::~BlockHashCache |
( |
| ) |
|
|
virtualdefault |
◆ GetHash()
virtual bool audacity::cloud::audiocom::sync::BlockHashCache::GetHash |
( |
int64_t |
blockId, |
|
|
std::string & |
hash |
|
) |
| const |
|
pure virtual |
◆ UpdateHash()
virtual void audacity::cloud::audiocom::sync::BlockHashCache::UpdateHash |
( |
int64_t |
blockId, |
|
|
const std::string & |
hash |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: