Class template date_itr
boost::date_time::date_itr — Overrides the base date iterator providing hook for functors. 
 
Synopsis
template<typename offset_functor, typename date_type> 
class date_itr : public boost::date_time::date_itr_base< date_type > {
public:
  
  typedef date_type::duration_type duration_type;
  
  date_itr(date_type, int = 1);
  
  virtual duration_type get_offset(const date_type &) const;
  virtual duration_type get_neg_offset(const date_type &) const;
};
Description
date_itr 
        public
       construct/copy/destruct
- <date_itr(date_typed,intfactor=1); >
 
date_itr private member functions
- <virtualduration_typeget_offset(constdate_type¤t)const; >
- <virtualduration_typeget_neg_offset(constdate_type¤t)const; >