sbuild::format_detail< T > Class Template Reference

Helper to perform formatting of chroot details. More...

#include <sbuild-format-detail.h>

Collaboration diagram for sbuild::format_detail< T >:

Collaboration graph
[legend]
List of all members.

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 &, format_detail< T > const &)

Detailed Description

template<typename T>
class sbuild::format_detail< T >

Helper to perform formatting of chroot details.


Constructor & Destructor Documentation

template<typename T>
sbuild::format_detail< T >::format_detail std::string const &  name,
T const &  value
[inline]
 

The constructor.

Parameters:
name the name of the property to format.
value the value of the property to format. The value type must support output to an ostream.


Friends And Related Function Documentation

template<typename T>
std::ostream& operator<< std::ostream &  ,
format_detail< T > const & 
[friend]
 


Member Data Documentation

template<typename T>
std::string const& sbuild::format_detail< T >::name [private]
 

The name of the property.

template<typename T>
T const& sbuild::format_detail< T >::value [private]
 

The value of the property.


The documentation for this class was generated from the following file:
Generated on Sat Jun 17 14:45:08 2006 for schroot by  doxygen 1.4.6