performs downloads More...
#include <cupt/download/manager.hpp>
Classes | |
| struct | DownloadEntity |
| downloadable element More... | |
| struct | ExtendedUri |
| uri with aliases More... | |
Public Member Functions | |
| Manager (const shared_ptr< const Config > &config, const shared_ptr< Progress > &progress) | |
| constructor | |
| ~Manager () | |
| destructor | |
| string | download (const vector< DownloadEntity > &entities) |
| downloads entities in parallel | |
performs downloads
| cupt::download::Manager::Manager | ( | const shared_ptr< const Config > & | config, |
| const shared_ptr< Progress > & | progress | ||
| ) |
constructor
| config | |
| progress | progress meter |
| string cupt::download::Manager::download | ( | const vector< DownloadEntity > & | entities | ) |
downloads entities in parallel
| entities | list of entities to download |
1.7.6.1