21 #ifndef H_KARAZEH_CONFIG_H 22 #define H_KARAZEH_CONFIG_H 24 #include "karazeh_export.h" Definition: hasher.hpp:28
boost::filesystem::path path_t
Definition: karazeh.hpp:57
path_t root_path
Definition: config.hpp:34
kzh::hasher const * hasher
Definition: config.hpp:36
struct kzh::KARAZEH_EXPORT config_t
path_t cache_path
Definition: config.hpp:35
std::string string_t
Definition: karazeh.hpp:55
Definition: config.hpp:32
Definition: downloader.hpp:37
bool verbose
Definition: config.hpp:39
kzh::downloader const * downloader
Definition: config.hpp:37
Definition: config.hpp:27
string_t host
Definition: config.hpp:33
kzh::file_manager const * file_manager
Definition: config.hpp:38
Definition: file_manager.hpp:33