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_month_formatter< facet_type, charT > Class Template Reference

Formats a month as as string into an ostream. More...

#include <date_formatting_locales.hpp>

Public Types

typedef facet_type::month_type month_type
 
typedef std::basic_ostream< charT > ostream_type
 

Static Public Member Functions

static void format_month (const month_type &month, ostream_type &os, const facet_type &f)
 Formats a month as as string into an output iterator. More...
 

Detailed Description

template<class facet_type, class charT = char>
class boost::date_time::ostream_month_formatter< facet_type, charT >

Formats a month as as string into an ostream.

Member Typedef Documentation

template<class facet_type , class charT = char>
typedef facet_type::month_type boost::date_time::ostream_month_formatter< facet_type, charT >::month_type
template<class facet_type , class charT = char>
typedef std::basic_ostream<charT> boost::date_time::ostream_month_formatter< facet_type, charT >::ostream_type

Member Function Documentation

template<class facet_type , class charT = char>
static void boost::date_time::ostream_month_formatter< facet_type, charT >::format_month ( const month_type month,
ostream_type os,
const facet_type &  f 
)
inlinestatic

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