Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template counted_time_rep

boost::date_time::counted_time_rep — Time representation that uses a single integer count.

Synopsis

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

template<typename config> 
struct counted_time_rep {
  // types
  typedef            ;          
  typedef           ;         
  typedef           ;         
  typedef    ;
  typedef    ;     
  typedef         ;          
  typedef  ;
  typedef   ; 

  // construct/copy/destruct
  (, );
  ();
  ();

  // public member functions
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;
   () ;

  // public static functions
   ();
};

Description

counted_time_rep public construct/copy/destruct

  1. ( d,  time_of_day);
  2. ( count);
  3. ( count);

counted_time_rep public member functions

  1.  () ;
  2.  () ;
  3.  () ;
  4.  () ;
  5.  () ;
  6.  () ;
  7.  () ;
  8.  () ;
  9.  () ;

counted_time_rep public static functions

  1.  ();

PrevUpHomeNext