mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Returning new objects from Refresh() function
This commit is contained in:
parent
b7aeecfe83
commit
df3d65e8aa
3 changed files with 25 additions and 12 deletions
|
|
@ -31,9 +31,10 @@ public:
|
|||
size_t cache_size() const;
|
||||
|
||||
std::string FindKey(std::chrono::system_clock::time_point time);
|
||||
size_t ListObjects(std::chrono::system_clock::time_point date);
|
||||
std::pair<size_t, size_t>
|
||||
ListObjects(std::chrono::system_clock::time_point date);
|
||||
std::shared_ptr<wsr88d::Ar2vFile> LoadObjectByKey(const std::string& key);
|
||||
void Refresh();
|
||||
size_t Refresh();
|
||||
|
||||
static std::chrono::system_clock::time_point
|
||||
GetTimePointFromKey(const std::string& key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue