#include <unordered_map>
#include <functional>
#include <string>
#include <vector>
#include "http-downloader.h"
Go to the source code of this file.
Classes | |
struct | rs2::sw_update::versions_db_manager::server_version_type |
struct | rs2::sw_update::version |
class | rs2::sw_update::versions_db_manager |
Namespaces | |
rs2 | |
rs2::sw_update | |
Functions | |
bool | rs2::sw_update::from_string (const std::string &component_str, component_part_type &component_val) |
bool | rs2::sw_update::from_string (const std::string &policy_str, update_policy_type &policy_val) |
std::string | rs2::sw_update::to_string (const component_part_type &component) |
std::string | rs2::sw_update::to_string (const update_policy_type &policy) |