Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template time_resolution_traits

boost::date_time::time_resolution_traits

Synopsis

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

template<typename frac_sec_type,  res, 
          resolution_adjust, 
          resolution_adjust, 
          frac_digits, 
         typename var_type> 
class time_resolution_traits {
public:
  // types
  typedef   ;
  typedef   ;              
  typedef  ;              
  typedef                  ;               
  typedef                  ;              
  typedef                  ;               
  typedef                  ;               

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

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

Description

time_resolution_traits public static functions

  1.  ( i);
  2.  ();
  3.  ();
  4.  ();
  5.  ();
  6.  
    ( hours,  minutes,  seconds, 
                   fs);
    Any negative argument results in a negative tick_count.

time_resolution_traits public member functions

  1.  (,  = );
  2.  (,  = );

PrevUpHomeNext