#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, format_detail< T > const &rhs) |
| Output the formatted detail to an ostream. | |
| std::ostream & | operator<< (std::ostream &stream, format_detail< bool > const &rhs) |
| Output the formatted detail to an ostream. | |
| std::ostream & | operator<< (std::ostream &stream, format_detail< string_list > const &rhs) |
| Output the formatted detail to an ostream. | |
|
||||||||||||||||
|
The constructor.
|
|
||||||||||||||||
|
Output the formatted detail to an ostream. This is a special case for string_list values.
|
|
||||||||||||||||
|
Output the formatted detail to an ostream. This is a special case for boolean values.
|
|
||||||||||||||||
|
Output the formatted detail to an ostream.
|
|
|||||
|
The name of the property.
|
|
|||||
|
The value of the property.
|
1.4.6