Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Class millisec_posix_time_system_config

boost::posix_time::millisec_posix_time_system_config

Synopsis

// In header: <boost/date_time/posix_time/posix_time_config.hpp>


class millisec_posix_time_system_config {
public:
  // types
  typedef boost::int64_t             time_rep_type;     
  typedef gregorian::date            date_type;         
  typedef gregorian::date_duration   date_duration_type;
  typedef time_duration              time_duration_type;
  typedef time_res_traits::tick_type int_type;          
  typedef time_res_traits::impl_type impl_type;         
  typedef time_res_traits            resolution_traits; 

  // public member functions
   BOOST_STATIC_CONSTANT(boost::int64_t, tick_per_second = 1000000) ;
};

Description

millisec_posix_time_system_config public member functions

  1.  BOOST_STATIC_CONSTANT(boost::int64_t, tick_per_second = 1000000) ;

PrevUpHomeNext