karazeh
A cross-platform software updating library.
|
#include <downloader.hpp>
Public Member Functions | |
download_t (std::ostream &s) | |
Public Attributes | |
string_t * | buf |
int | retry_no |
uint64_t | size |
bool | status |
std::ostream & | stream |
bool | to_file |
string_t | uri |
Used internally by the downloader to manage downloads
|
inlineexplicit |
string_t* kzh::download_t::buf |
Referenced by kzh::downloader::fetch(), and kzh::on_curl_data().
int kzh::download_t::retry_no |
Referenced by kzh::downloader::fetch().
uint64_t kzh::download_t::size |
Referenced by kzh::downloader::fetch(), and kzh::on_curl_data().
bool kzh::download_t::status |
std::ostream& kzh::download_t::stream |
Referenced by kzh::on_curl_data().
bool kzh::download_t::to_file |
Referenced by kzh::downloader::fetch(), and kzh::on_curl_data().
string_t kzh::download_t::uri |
Referenced by kzh::downloader::fetch(), and kzh::on_curl_data().