#pragma once #include "branch2.hpp" #include "branch_tier.hpp" #include "toml.hpp" #include class Branches2 { public: Branches2(); Branches2(toml::value const &); public: uint64_t min_free_space; private: std::vector _branches; };