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 time_rep                                    ;          
  typedef                     ;              
  typedef            ;     
  typedef  ;
  typedef                     ;              
  typedef            ;     

  // public static functions
  template<typename T> BOOST_CXX14_CONSTEXPR void (const T &);
  BOOST_CXX14_CONSTEXPR time_rep_type 
  (const , const , 
                = );
  BOOST_CXX14_CONSTEXPR time_rep_type ();
  BOOST_CXX14_CONSTEXPR  (const time_rep_type &);
  BOOST_CXX14_CONSTEXPR  
  (const time_rep_type &);
   (const time_rep_type &);
  BOOST_CXX14_CONSTEXPR bool 
  (const time_rep_type &, const time_rep_type &);
  BOOST_CXX14_CONSTEXPR bool 
  (const time_rep_type &, const time_rep_type &);
  BOOST_CXX14_CONSTEXPR time_rep_type 
  (const time_rep_type &, const );
  BOOST_CXX14_CONSTEXPR time_rep_type 
  (const time_rep_type &, const );
  BOOST_CXX14_CONSTEXPR time_rep_type 
  (const time_rep_type &, const );
  BOOST_CXX14_CONSTEXPR time_rep_type 
  (const time_rep_type &, );
  BOOST_CXX14_CONSTEXPR  
  (const time_rep_type &, const time_rep_type &);
};

Description

counted_time_system public static functions

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

PrevUpHomeNext