Simple time iterator skeleton class. More...
#include <time_iterator.hpp>
Public Types | |
typedef time_type::time_duration_type | time_duration_type |
Public Member Functions | |
time_itr (time_type t, time_duration_type d) | |
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) |
Simple time iterator skeleton class.
typedef time_type::time_duration_type boost::date_time::time_itr< time_type >::time_duration_type |
|
inline |
|
inline |
References boost::flyweights::t.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::flyweights::t.
|
inline |
References boost::flyweights::t.
|
inline |
References boost::flyweights::t.
|
inline |
References boost::flyweights::t.
|
inline |
References boost::flyweights::t.