|
@ -14,7 +14,7 @@ public: |
|
|
Branches2(toml::value const &); |
|
|
Branches2(toml::value const &); |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
uint64_t min_free_space; |
|
|
|
|
|
|
|
|
void copy_enabled_rw(Branches2 &); |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
int clonepath(ghc::filesystem::path basepath, |
|
|
int clonepath(ghc::filesystem::path basepath, |
|
@ -26,6 +26,9 @@ public: |
|
|
std::vector<BranchTier>::const_iterator begin() const { return _branches.begin(); } |
|
|
std::vector<BranchTier>::const_iterator begin() const { return _branches.begin(); } |
|
|
std::vector<BranchTier>::const_iterator end() const { return _branches.end(); } |
|
|
std::vector<BranchTier>::const_iterator end() const { return _branches.end(); } |
|
|
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
uint64_t min_free_space; |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
std::vector<BranchTier> _branches; |
|
|
std::vector<BranchTier> _branches; |
|
|
}; |
|
|
}; |