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::simple_format< wchar_t > Class Template Reference

Specialization of formmating rules for wchar_t. More...

#include <date_format_simple.hpp>

Static Public Member Functions

static const wchar_t * not_a_date ()
 String used printed is date is invalid. More...
 
static const wchar_t * pos_infinity ()
 String used to for positive infinity value. More...
 
static const wchar_t * neg_infinity ()
 String used to for positive infinity value. More...
 
static month_format_spec month_format ()
 Describe month format. More...
 
static ymd_order_spec date_order ()
 
static bool has_date_sep_chars ()
 This format uses '-' to separate date elements. More...
 
static wchar_t year_sep_char ()
 Char to sep? More...
 
static wchar_t month_sep_char ()
 char between year-month More...
 
static wchar_t day_sep_char ()
 Char to separate month-day. More...
 
static wchar_t hour_sep_char ()
 char between date-hours More...
 
static wchar_t minute_sep_char ()
 char between hour and minute More...
 
static wchar_t second_sep_char ()
 char for second More...
 

Detailed Description

template<>
class boost::date_time::simple_format< wchar_t >

Specialization of formmating rules for wchar_t.

Member Function Documentation

static ymd_order_spec boost::date_time::simple_format< wchar_t >::date_order ( )
inlinestatic
static wchar_t boost::date_time::simple_format< wchar_t >::day_sep_char ( )
inlinestatic

Char to separate month-day.

static bool boost::date_time::simple_format< wchar_t >::has_date_sep_chars ( )
inlinestatic

This format uses '-' to separate date elements.

static wchar_t boost::date_time::simple_format< wchar_t >::hour_sep_char ( )
inlinestatic

char between date-hours

static wchar_t boost::date_time::simple_format< wchar_t >::minute_sep_char ( )
inlinestatic

char between hour and minute

static month_format_spec boost::date_time::simple_format< wchar_t >::month_format ( )
inlinestatic

Describe month format.

References boost::date_time::month_as_short_string.

static wchar_t boost::date_time::simple_format< wchar_t >::month_sep_char ( )
inlinestatic

char between year-month

static const wchar_t* boost::date_time::simple_format< wchar_t >::neg_infinity ( )
inlinestatic

String used to for positive infinity value.

References boost::spirit::lex::lexertl::detail::L().

static const wchar_t* boost::date_time::simple_format< wchar_t >::not_a_date ( )
inlinestatic

String used printed is date is invalid.

References boost::spirit::lex::lexertl::detail::L().

static const wchar_t* boost::date_time::simple_format< wchar_t >::pos_infinity ( )
inlinestatic

String used to for positive infinity value.

References boost::spirit::lex::lexertl::detail::L().

static wchar_t boost::date_time::simple_format< wchar_t >::second_sep_char ( )
inlinestatic

char for second

static wchar_t boost::date_time::simple_format< wchar_t >::year_sep_char ( )
inlinestatic

Char to sep?


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