Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::date_time::ostream_time_duration_formatter< time_duration_type, charT > Class Template Reference

Put a time type into a stream using appropriate facets. More...

#include <time_formatting_streams.hpp>

Public Types

typedef std::basic_ostream< charT > ostream_type
 
typedef
time_duration_type::fractional_seconds_type 
fractional_seconds_type
 

Static Public Member Functions

static void duration_put (const time_duration_type &td, ostream_type &os)
 Put time into an ostream. More...
 

Detailed Description

template<class time_duration_type, class charT = char>
class boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >

Put a time type into a stream using appropriate facets.

Member Typedef Documentation

template<class time_duration_type , class charT = char>
typedef time_duration_type::fractional_seconds_type boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >::fractional_seconds_type
template<class time_duration_type , class charT = char>
typedef std::basic_ostream<charT> boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >::ostream_type

Member Function Documentation

template<class time_duration_type , class charT = char>
static void boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >::duration_put ( const time_duration_type &  td,
ostream_type os 
)
inlinestatic

The documentation for this class was generated from the following file: