Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Class template time_zone_names_base

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Library Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Class template time_zone_names_base

boost::date_time::time_zone_names_base — Base type that holds various string names for timezone output.

Synopsis

// In header: <boost/date_time/time_zone_names.hpp>
template<typename CharT> 
class time_zone_names_base {
public:
  // types
  typedef std::basic_string< CharT > string_type;
  // construct/copy/destruct
  time_zone_names_base();
  time_zone_names_base(const string_type &, const string_type &, 
                       const string_type &, const string_type &);
  // public member functions
  string_type dst_zone_abbrev() const;
  string_type std_zone_abbrev() const;
  string_type dst_zone_name() const;
  string_type std_zone_name() const;
};

Description

Класс, который содержит различные типы струн, используемых для временных зон. Например, для западных Соединенных Штатов есть полное название: Тихоокеанское Стандартное Время и сокращенное название: PST. Во время дневного света существуют дополнительные названия: Pacific Daylight Time и PDT. Чарт Позволяет классу поддерживать различные типы символов

time_zone_names_base public construct/copy/destruct

  1. <
    time_zone_names_base();
    >
  2. <
    time_zone_names_base(conststring_type&std_zone_name_str,
                        conststring_type&std_zone_abbrev_str,
                        conststring_type&dst_zone_name_str,
                        conststring_type&dst_zone_abbrev_str);
    >

time_zone_names_base public member functions

  1. <
    string_typedst_zone_abbrev()const;
    >
  2. <
    string_typestd_zone_abbrev()const;
    >
  3. <
    string_typedst_zone_name()const;
    >
  4. <
    string_typestd_zone_name()const;
    >

PrevUpHomeNext

Статья Class template time_zone_names_base раздела The Boost C++ Libraries BoostBook Documentation Subset Library Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Library Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-07-05 00:47:29/0.0032711029052734/0