Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template counted_time_system

boost::date_time::counted_time_system — An unadjusted time system implementation.

Synopsis

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

template<typename time_rep> 
class counted_time_system {
public:
  // types
  typedef                                     ;          
  typedef                     ;              
  typedef            ;     
  typedef  ;
  typedef                     ;              
  typedef            ;     

  // public static functions
  template<typename T>  ();
   
  (, , 
                = );
   ();
   ();
   
  ();
   ();
   
  (, );
   
  (, );
   
  (, );
   
  (, );
   
  (, );
   
  (, );
   
  (, );
};

Description

counted_time_system public static functions

  1. template<typename T>  ();
  2.  
    ( day,  tod, 
                  dst = );
  3.  ( sv);
  4.  ( val);
  5.  
    ( val);
  6.  ();
  7.  
    ( lhs,  rhs);
  8.  
    ( lhs,  rhs);
  9.  
    ( base,  dd);
  10.  
    ( base,  dd);
  11.  
    ( base, 
                            td);
  12.  
    ( base,  td);
  13.  
    ( lhs,  rhs);

PrevUpHomeNext