TODOs
This commit is contained in:
parent
c978a4581a
commit
0e17ea5b29
@ -29,7 +29,6 @@ public:
|
|||||||
void flush() const override;
|
void flush() const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//TODO Don't pass DataLeafNode, but pointer to its data region? Does this work with both read/write (const/nonconst)?
|
|
||||||
void traverseLeaves(uint64_t offsetBytes, uint64_t sizeBytes, std::function<void (uint64_t, void *, uint32_t)>) const;
|
void traverseLeaves(uint64_t offsetBytes, uint64_t sizeBytes, std::function<void (uint64_t, void *, uint32_t)>) const;
|
||||||
|
|
||||||
std::unique_ptr<datatreestore::DataTree> _datatree;
|
std::unique_ptr<datatreestore::DataTree> _datatree;
|
||||||
|
Loading…
Reference in New Issue
Block a user