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

Class to provide simple basic formatting rules. More...

#include <date_format_simple.hpp>

Static Public Member Functions

static const charT * not_a_date ()
 String used printed is date is invalid. More...
 
static const charT * pos_infinity ()
 String used to for positive infinity value. More...
 
static const charT * 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 charT year_sep_char ()
 Char to sep? More...
 
static charT month_sep_char ()
 char between year-month More...
 
static charT day_sep_char ()
 Char to separate month-day. More...
 
static charT hour_sep_char ()
 char between date-hours More...
 
static charT minute_sep_char ()
 char between hour and minute More...
 
static charT second_sep_char ()
 char for second More...
 

Detailed Description

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

Class to provide simple basic formatting rules.

Member Function Documentation

template<class charT >
static ymd_order_spec boost::date_time::simple_format< charT >::date_order ( )
inlinestatic
template<class charT >
static charT boost::date_time::simple_format< charT >::day_sep_char ( )
inlinestatic

Char to separate month-day.

template<class charT >
static bool boost::date_time::simple_format< charT >::has_date_sep_chars ( )
inlinestatic

This format uses '-' to separate date elements.

template<class charT >
static charT boost::date_time::simple_format< charT >::hour_sep_char ( )
inlinestatic

char between date-hours

template<class charT >
static charT boost::date_time::simple_format< charT >::minute_sep_char ( )
inlinestatic

char between hour and minute

template<class charT >
static month_format_spec boost::date_time::simple_format< charT >::month_format ( )
inlinestatic

Describe month format.

References boost::date_time::month_as_short_string.

template<class charT >
static charT boost::date_time::simple_format< charT >::month_sep_char ( )
inlinestatic

char between year-month

template<class charT >
static const charT* boost::date_time::simple_format< charT >::neg_infinity ( )
inlinestatic

String used to for positive infinity value.

template<class charT >
static const charT* boost::date_time::simple_format< charT >::not_a_date ( )
inlinestatic

String used printed is date is invalid.

template<class charT >
static const charT* boost::date_time::simple_format< charT >::pos_infinity ( )
inlinestatic

String used to for positive infinity value.

template<class charT >
static charT boost::date_time::simple_format< charT >::second_sep_char ( )
inlinestatic

char for second

template<class charT >
static charT boost::date_time::simple_format< charT >::year_sep_char ( )
inlinestatic

Char to sep?


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