Class template time_itr
boost::date_time::time_itr — Simple time iterator skeleton class.
Synopsis
Description
time_itr
construct/copy/destruct
time_itr(time_type t, time_duration_type d);
time_itr
public member functions
time_itr & operator++() ;
time_itr & operator--() ;
time_type operator *() ;
time_type * operator->() ;
bool operator<(const time_type & t) ;
bool operator<=(const time_type & t) ;
bool operator!=(const time_type & t) ;
bool operator==(const time_type & t) ;
bool operator>(const time_type & t) ;
bool operator>=(const time_type & t) ;