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

Class template dst_day_calc_rule

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 dst_day_calc_rule

boost::date_time::dst_day_calc_rule — Defines base interface for calculating start and end date of daylight savings.

Synopsis

// In header: <boost/date_time/dst_transition_generators.hpp>
template<typename date_type> 
class dst_day_calc_rule {
public:
  // types
  typedef date_type::year_type year_type;
  // construct/copy/destruct
  ~dst_day_calc_rule();
  // public member functions
  virtual date_type start_day(year_type) const = 0;
  virtual std::string start_rule_as_string() const = 0;
  virtual date_type end_day(year_type) const = 0;
  virtual std::string end_rule_as_string() const = 0;
};

Description

dst_day_calc_rule public construct/copy/destruct

  1. <
    ~dst_day_calc_rule();
    >

dst_day_calc_rule public member functions

  1. <
    virtualdate_typestart_day(year_typey)const=0;
    >
  2. <
    virtualstd::stringstart_rule_as_string()const=0;
    >
  3. <
    virtualdate_typeend_day(year_typey)const=0;
    >
  4. <
    virtualstd::stringend_rule_as_string()const=0;
    >

PrevUpHomeNext

Статья Class template dst_day_calc_rule раздела 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-05-19 21:04:27/0.0062170028686523/0