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_period_formatter< time_period_type, charT > Class Template Reference

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

#include <time_formatting_streams.hpp>

Public Types

typedef std::basic_ostream< charT > ostream_type
 
typedef
time_period_type::point_type 
time_type
 
typedef ostream_time_formatter
< time_type, charT > 
time_formatter
 

Static Public Member Functions

static void period_put (const time_period_type &tp, ostream_type &os)
 Put time into an ostream. More...
 

Detailed Description

template<class time_period_type, class charT = char>
class boost::date_time::ostream_time_period_formatter< time_period_type, charT >

Put a time period into a stream using appropriate facets.

Member Typedef Documentation

template<class time_period_type , class charT = char>
typedef std::basic_ostream<charT> boost::date_time::ostream_time_period_formatter< time_period_type, charT >::ostream_type
template<class time_period_type , class charT = char>
typedef ostream_time_formatter<time_type, charT> boost::date_time::ostream_time_period_formatter< time_period_type, charT >::time_formatter
template<class time_period_type , class charT = char>
typedef time_period_type::point_type boost::date_time::ostream_time_period_formatter< time_period_type, charT >::time_type

Member Function Documentation

template<class time_period_type , class charT = char>
static void boost::date_time::ostream_time_period_formatter< time_period_type, charT >::period_put ( const time_period_type &  tp,
ostream_type os 
)
inlinestatic

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