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

Class template time_itr

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_itr

boost::date_time::time_itr — Simple time iterator skeleton class.

Synopsis

// In header: <boost/date_time/time_iterator.hpp>
template<typename time_type> 
class time_itr {
public:
  // types
  typedef time_type::time_duration_type time_duration_type;
  // construct/copy/destruct
  time_itr(time_type, time_duration_type);
  // public member functions
  time_itr & operator++();
  time_itr & operator--();
  time_type operator*();
  time_type * operator->();
  bool operator<(const time_type &);
  bool operator<=(const time_type &);
  bool operator!=(const time_type &);
  bool operator==(const time_type &);
  bool operator>(const time_type &);
  bool operator>=(const time_type &);
};

Description

time_itr public construct/copy/destruct

  1. <
    time_itr(time_typet,time_duration_typed);
    >

time_itr public member functions

  1. <
    time_itr&operator++();
    >
  2. <
    time_itr&operator--();
    >
  3. <
    time_typeoperator*();
    >
  4. <
    time_type*operator->();
    >
  5. <
    booloperator<(consttime_type&t);
    >
  6. <
    booloperator<=(consttime_type&t);
    >
  7. <
    booloperator!=(consttime_type&t);
    >
  8. <
    booloperator==(consttime_type&t);
    >
  9. <
    booloperator>(consttime_type&t);
    >
  10. <
    booloperator>=(consttime_type&t);
    >

PrevUpHomeNext

Статья Class template time_itr раздела 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 22:15:42/0.0063550472259521/0