Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
date_iterator.hpp File Reference
#include <iterator>
Include dependency graph for date_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::date_time::date_itr_base< date_type >
 Base date iterator type. More...
 
class  boost::date_time::date_itr< offset_functor, date_type >
 Overrides the base date iterator providing hook for functors. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Enumerations

enum  boost::date_time::date_resolutions {
  boost::date_time::day,
  boost::date_time::week,
  boost::date_time::months,
  boost::date_time::year,
  boost::date_time::decade,
  boost::date_time::century,
  boost::date_time::NumDateResolutions
}
 An iterator over dates with varying resolution (day, week, month, year, etc) More...