Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template week_functor

boost::date_time::week_functor — Functor to iterate a over weeks.

Synopsis

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

template<typename date_type> 
class week_functor {
public:
  // types
  typedef  ;
  typedef  ;

  // construct/copy/destruct
  (int);

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

Description

week_functor public construct/copy/destruct

  1. (int f);

week_functor public member functions

  1.  (const ) ;
  2.  (const ) ;

PrevUpHomeNext