#include <sbuild-chroot.h>
Collaboration diagram for sbuild::Chroot::format_detail< T >:
Public Member Functions | |
format_detail (std::string const &name, T const &value) | |
The constructor. | |
Private Attributes | |
std::string const & | name |
The name of the property. | |
T const & | value |
The value of the property. | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const format_detail< T > &rhs) |
Send format detail to an ostream. | |
std::ostream & | operator<< (std::ostream &stream, const format_detail< bool > &rhs) |
Send format detail to an ostream (special case for boolean values). | |
std::ostream & | operator<< (std::ostream &stream, const format_detail< string_list > &rhs) |
Send format detail to an ostream (special case for string_list). |
|
The constructor.
|
|
Send format detail to an ostream (special case for string_list).
|