libzypp  15.28.6
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:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#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. More...
 
template<class InputIterator >
void zypp::writePoolQueriesToFile (const zypp::filesystem::Pathname &file, InputIterator begin, InputIterator end)
 Writes all queries from begin to end. More...
 

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.

Macro Definition Documentation

#define ZYPP_POOLQUERYUTIL_TCC

Definition at line 15 of file PoolQueryUtil.tcc.