libzypp
13.10.6
|
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 _OutputIterator > | |
static void | zypp::scanProductsFile (const Pathname &file_r, _OutputIterator result) |
FIXME: add a comment here... More... | |
template<class _OutputIterator > | |
void | zypp::productsInMedia (const Url &url_r, _OutputIterator 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.