karazeh
A cross-platform software updating library.
|
#include <config.hpp>
Public Attributes | |
path_t | cache_path |
kzh::downloader const * | downloader |
kzh::file_manager const * | file_manager |
kzh::hasher const * | hasher |
string_t | host |
path_t | root_path |
bool | verbose |
path_t kzh::KARAZEH_EXPORT::cache_path |
kzh::downloader const* kzh::KARAZEH_EXPORT::downloader |
kzh::file_manager const* kzh::KARAZEH_EXPORT::file_manager |
Referenced by kzh::patcher::apply_update(), kzh::create_operation::commit(), kzh::delete_operation::commit(), kzh::update_operation::commit(), kzh::delete_operation::deploy(), kzh::update_operation::deploy(), kzh::create_operation::deploy(), kzh::version_manifest::get_current_version(), kzh::create_operation::has_deployed(), kzh::version_manifest::parse(), kzh::create_operation::rollback(), kzh::delete_operation::rollback(), kzh::update_operation::rollback(), kzh::delete_operation::stage(), kzh::update_operation::stage(), kzh::create_operation::stage(), and TEST_CASE().
kzh::hasher const* kzh::KARAZEH_EXPORT::hasher |
string_t kzh::KARAZEH_EXPORT::host |
Referenced by kzh::on_curl_data(), and TEST_CASE().
path_t kzh::KARAZEH_EXPORT::root_path |
Referenced by kzh::delete_operation::deploy(), kzh::create_operation::deploy(), kzh::create_operation::get_destination(), kzh::version_manifest::parse(), kzh::delete_operation::rollback(), kzh::delete_operation::stage(), kzh::update_operation::stage(), kzh::create_operation::stage(), and TEST_CASE().
bool kzh::KARAZEH_EXPORT::verbose |
Referenced by kzh::downloader::fetch(), and kzh::create_operation::stage().