Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template date_itr

boost::date_time::date_itr — Overrides the base date iterator providing hook for functors.

Synopsis

// In header: <boost/date_time/date_iterator.hpp>

template<typename offset_functor, typename date_type> 
class date_itr : public  {
public:
  // types
  typedef  ;

  // construct/copy/destruct
  (, int = );

  // private member functions
   (const ) ;
   (const ) ;
};

Description

date_itr public construct/copy/destruct

  1. ( d, int factor = );

date_itr private member functions

  1.  (const  current) ;
  2.  (const  current) ;

PrevUpHomeNext