libzypp  11.13.5
MediaProducts.h File Reference

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"
Include dependency graph for MediaProducts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zypp::MediaProductEntry
 Represents an available product in media. More...

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.

Typedefs

typedef std::set
< MediaProductEntry > 
zypp::MediaProductSet
 A set of available products in media.

Functions

template<class _OutputIterator >
static void zypp::scanProductsFile (const Pathname &file_r, _OutputIterator result)
 FIXME: add a comment here...
template<class _OutputIterator >
void zypp::productsInMedia (const Url &url_r, _OutputIterator result)
 Available products in a url location.
void zypp::productsInMedia (const Url &url_r, MediaProductSet &set)
 Available products in a url location.

Detailed Description

Functions to find out products in media.

Definition in file MediaProducts.h.