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

Convert a date to string using format policies. More...

#include <date_formatting_locales.hpp>

Public Types

typedef std::basic_ostream< charT > ostream_type
 
typedef date_type::ymd_type ymd_type
 

Static Public Member Functions

static void date_put (const date_type &d, ostream_type &os, const facet_type &f)
 Put date into an ostream. More...
 
static void date_put (const date_type &d, ostream_type &os)
 Put date into an ostream. More...
 

Detailed Description

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

Convert a date to string using format policies.

Member Typedef Documentation

template<class date_type , class facet_type , class charT = char>
typedef std::basic_ostream<charT> boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::ostream_type
template<class date_type , class facet_type , class charT = char>
typedef date_type::ymd_type boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::ymd_type

Member Function Documentation

template<class date_type , class facet_type , class charT = char>
static void boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::date_put ( const date_type &  d,
ostream_type os,
const facet_type &  f 
)
inlinestatic
template<class date_type , class facet_type , class charT = char>
static void boost::date_time::ostream_date_formatter< date_type, facet_type, charT >::date_put ( const date_type &  d,
ostream_type os 
)
inlinestatic

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