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_formatter< time_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_type::date_type date_type
 
typedef
time_type::time_duration_type 
time_duration_type
 
typedef
ostream_time_duration_formatter
< time_duration_type, charT > 
duration_formatter
 

Static Public Member Functions

static void time_put (const time_type &t, ostream_type &os)
 Put time into an ostream. More...
 

Detailed Description

template<class time_type, class charT = char>
class boost::date_time::ostream_time_formatter< time_type, charT >

Put a time type into a stream using appropriate facets.

Member Typedef Documentation

template<class time_type , class charT = char>
typedef time_type::date_type boost::date_time::ostream_time_formatter< time_type, charT >::date_type
template<class time_type , class charT = char>
typedef ostream_time_duration_formatter<time_duration_type, charT> boost::date_time::ostream_time_formatter< time_type, charT >::duration_formatter
template<class time_type , class charT = char>
typedef std::basic_ostream<charT> boost::date_time::ostream_time_formatter< time_type, charT >::ostream_type
template<class time_type , class charT = char>
typedef time_type::time_duration_type boost::date_time::ostream_time_formatter< time_type, charT >::time_duration_type

Member Function Documentation

template<class time_type , class charT = char>
static void boost::date_time::ostream_time_formatter< time_type, charT >::time_put ( const time_type &  t,
ostream_type os 
)
inlinestatic

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