Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template time_itr

boost::date_time::time_itr — Simple time iterator skeleton class.

Synopsis

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

template<typename time_type> 
class time_itr {
public:
  // types
  typedef  ;

  // public member functions
  (, );
   ();
   ();
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;
};

Description

time_itr public member functions

  1. ( t,  d);
  2.  ();
  3.  ();
  4.  () ;
  5.  () ;
  6.  ( t) ;
  7.  ( t) ;
  8.  ( t) ;
  9.  ( t) ;
  10.  ( t) ;
  11.  ( t) ;

PrevUpHomeNext