#include <iosfwd>#include <boost/io/ios_state.hpp>#include "zypp/base/PtrTypes.h"#include <zypp/base/SafeBool.h>#include <zypp/base/NonCopyable.h>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::iostr |
Classes | |
| class | zypp::iostr::EachLine |
| Simple lineparser: Traverse each line in a file. More... | |
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.
1.5.3