Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template split_timedate_system

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

Synopsis

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

template<typename config,  ticks_per_second> 
class split_timedate_system {
public:
  // types
  typedef                                                                             ;     
  typedef                                                                                 ;         
  typedef                                                                        ;
  typedef                                                                        ;
  typedef                                                                                  ;          
  typedef                                                                         ; 
  typedef date_time::wrapping_int<                             ;     
  typedef date_time::wrapping_int<  ;     
  typedef date_time::wrapping_int<                                                ;     

  // private member functions
   (,  = );

  // public static functions
   ();
   
  (, , 
                = );
   ();
   
  ();
   ();
   
  (, );
   
  (, );
   
  (, );
   
  (, );
   
  (, );
   
  (, );
   
  (, );
};

Description

split_timedate_system private member functions

  1.  (,  = );

split_timedate_system public static functions

  1.  ( sv);
  2.  
    ( day,  tod, 
                  = );
  3.  ( val);
  4.  
    ( val);
  5.  ();
  6.  
    ( lhs,  rhs);
  7.  
    ( lhs,  rhs);
  8.  
    ( base,  dd);
  9.  
    ( base,  dd);
  10.  
    ( base, 
                            td);
  11.  
    ( base,  td);
  12.  
    ( lhs,  rhs);

PrevUpHomeNext