libzypp 8.13.6
Namespaces | Defines | Functions

PoolQueryUtil.tcc File Reference

including fstream is not hell here because this header only included by implementation file, header doesn't need include it. More...

#include <fstream>
#include "zypp/Pathname.h"
#include "zypp/PoolQuery.h"
#include "zypp/base/String.h"
Include dependency graph for PoolQueryUtil.tcc:

Go to the source code of this file.

Namespaces

namespace  zypp
 

Easy-to use interface to the ZYPP dependency resolver.


Defines

#define ZYPP_POOLQUERYUTIL_TCC

Functions

template<class OutputIterator >
void zypp::readPoolQueriesFromFile (const zypp::filesystem::Pathname &file, OutputIterator out)
 sends to output iterator all queries readed from file.
template<class InputIterator >
void zypp::writePoolQueriesToFile (const zypp::filesystem::Pathname &file, InputIterator begin, InputIterator end)
 Writes all queries from begin to end.

Detailed Description

including fstream is not hell here because this header only included by implementation file, header doesn't need include it.

Definition in file PoolQueryUtil.tcc.


Define Documentation

#define ZYPP_POOLQUERYUTIL_TCC

Definition at line 15 of file PoolQueryUtil.tcc.