14 #ifndef __INLUCDED__SCOPIRA_TOOL_URL_H_ 15 #define __INLUCDED__SCOPIRA_TOOL_URL_H_ 19 #include <scopira/tool/export.h> 67 SCOPIRA_EXPORT
url(
void);
77 SCOPIRA_EXPORT
url(
const std::string &fullurl);
83 SCOPIRA_EXPORT
url(
const std::string &hostname,
int port);
88 SCOPIRA_EXPORT
url(
const std::string &proto,
const std::string &hostname,
int port,
const std::string &filename);
93 SCOPIRA_EXPORT
~url();
117 SCOPIRA_EXPORT
bool set_url(
const std::string &fullurl);
123 SCOPIRA_EXPORT
void set_url(
const std::string &hostname,
int port);
128 SCOPIRA_EXPORT
void set_url(
const std::string &proto,
const std::string &hostname,
int port,
const std::string &filename);
140 SCOPIRA_EXPORT std::string
get_proto(
void)
const;
Definition: archiveflow.h:20