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::default_zone_names< CharT > Struct Template Reference

#include <time_zone_names.hpp>

Public Types

typedef CharT char_type
 

Static Public Attributes

static const char_type standard_name [9]
 
static const char_type standard_abbrev [11]
 
static const char_type non_dst_identifier [7]
 

Member Typedef Documentation

template<class CharT>
typedef CharT boost::date_time::default_zone_names< CharT >::char_type

Member Data Documentation

template<class CharT>
const default_zone_names< CharT >::char_type boost::date_time::default_zone_names< CharT >::non_dst_identifier
static
Initial value:
=
{'n','o','-','d','s','t'}
template<class CharT>
const default_zone_names< CharT >::char_type boost::date_time::default_zone_names< CharT >::standard_abbrev
static
Initial value:
=
{'s','t','d','_','a','b','b','r','e','v'}
template<class CharT>
const default_zone_names< CharT >::char_type boost::date_time::default_zone_names< CharT >::standard_name
static
Initial value:
=
{'s','t','d','_','n','a','m','e'}

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