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::date_formatter< date_type, format_type, charT > Class Template Reference

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

#include <date_formatting_limited.hpp>

Public Types

typedef std::basic_string< charT > string_type
 

Static Public Member Functions

static string_type date_to_string (date_type d)
 Convert to a date to standard string using format policies. More...
 
static std::string date_to_string (date_type d)
 Convert to a date to standard string using format policies. More...
 

Detailed Description

template<class date_type, class format_type, class charT = char>
class boost::date_time::date_formatter< date_type, format_type, charT >

Convert a date to string using format policies.

Member Typedef Documentation

template<class date_type, class format_type , class charT = char>
typedef std::basic_string<charT> boost::date_time::date_formatter< date_type, format_type, charT >::string_type

Member Function Documentation

template<class date_type, class format_type , class charT = char>
static std::string boost::date_time::date_formatter< date_type, format_type, charT >::date_to_string ( date_type  d)
inlinestatic

Convert to a date to standard string using format policies.

References boost::date_time::ymd_formatter< ymd_type, format_type, charT >::ymd_to_string().

template<class date_type, class format_type , class charT = char>
static string_type boost::date_time::date_formatter< date_type, format_type, charT >::date_to_string ( date_type  d)
inlinestatic

Convert to a date to standard string using format policies.

References boost::date_time::ymd_formatter< ymd_type, format_type, charT >::ymd_to_string().


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