|
libzypp
15.24.2
|
Functions to find out products in media. More...
#include <iterator>#include <iostream>#include <fstream>#include "zypp/ZConfig.h"#include "zypp/base/Logger.h"#include "zypp/media/MediaManager.h"#include "zypp/base/UserRequestException.h"#include "zypp/ProgressData.h"
Go to the source code of this file.
Classes | |
| struct | zypp::MediaProductEntry |
| Represents an available product in media. More... | |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Typedefs | |
| typedef std::set < MediaProductEntry > | zypp::MediaProductSet |
| A set of available products in media. More... | |
Functions | |
| template<class TOutputIterator > | |
| static void | zypp::scanProductsFile (const Pathname &file_r, TOutputIterator result) |
| FIXME: add a comment here... More... | |
| template<class TOutputIterator > | |
| void | zypp::productsInMedia (const Url &url_r, TOutputIterator result) |
| Available products in a url location. More... | |
| void | zypp::productsInMedia (const Url &url_r, MediaProductSet &set) |
| Available products in a url location. More... | |
Functions to find out products in media.
Definition in file MediaProducts.h.