#include <fstream>
#include "zypp/Pathname.h"
#include "zypp/PoolQuery.h"
#include "zypp/base/String.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
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. |
Definition in file PoolQueryUtil.tcc.