#include "sbuild-config.h"
#include <iomanip>
#include <ostream>
#include <string>
#include "sbuild-types.h"
#include "sbuild-util.h"
Include dependency graph for sbuild-format-detail.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | sbuild |
Classes | |
class | sbuild::format_detail< T > |
Helper to perform formatting of chroot details. More... | |
Functions | |
template<typename T> | |
std::ostream & | sbuild::operator<< (std::ostream &, format_detail< T > const &) |
template<> | |
std::ostream & | sbuild::operator<< (std::ostream &, format_detail< bool > const &) |
Output the formatted detail to an ostream. | |
template<> | |
std::ostream & | sbuild::operator<< (std::ostream &, format_detail< string_list > const &) |
Output the formatted detail to an ostream. | |
template<typename T> | |
format_detail< T > | sbuild::format_details (std::string const &name, T const &value) |
Format a name-value pair for output. |