#include <iosfwd>
#include <boost/io/ios_state.hpp>
#include "zypp/base/PtrTypes.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::iostr |
Typedefs | |
typedef boost::io::ios_base_all_saver | zypp::iostr::IosFmtFlagsSaver |
Save and restore streams width , precision and fmtflags . | |
Functions | |
std::string | zypp::iostr::getline (std::istream &str) |
Read one line from stream. | |
template<class _Function> | |
_Function & | zypp::iostr::forEachLine (std::istream &str_r, _Function &consume_r) |
Simple lineparser: Call functor consume_r for each line. |
Definition in file IOStream.h.