Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template counted_time_rep

boost::date_time::counted_time_rep — Time representation that uses a single integer count.

Synopsis

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

template<typename config> 
struct counted_time_rep {
  // types
  typedef            ;          
  typedef           ;         
  typedef           ;         
  typedef    ;
  typedef    ;     
  typedef         ;          
  typedef  ;
  typedef   ; 

  // public member functions
  (const , const );
  ();
  ();
  BOOST_CXX14_CONSTEXPR  () ;
  BOOST_CXX14_CONSTEXPR  unsigned  long () ;
  BOOST_CXX14_CONSTEXPR  () ;
  BOOST_CXX14_CONSTEXPR  () ;
  BOOST_CXX14_CONSTEXPR  bool () ;
  BOOST_CXX14_CONSTEXPR  bool () ;
  BOOST_CXX14_CONSTEXPR  bool () ;
  BOOST_CXX14_CONSTEXPR  bool () ;
  BOOST_CXX14_CONSTEXPR  () ;

  // public static functions
  BOOST_CXX14_CONSTEXPR  ();
};

Description

counted_time_rep public member functions

  1. (const  d, const  time_of_day);
  2. ( count);
  3. ( count);
  4. BOOST_CXX14_CONSTEXPR  () ;
  5. BOOST_CXX14_CONSTEXPR  unsigned  long () ;
  6. BOOST_CXX14_CONSTEXPR  () ;
  7. BOOST_CXX14_CONSTEXPR  () ;
  8. BOOST_CXX14_CONSTEXPR  bool () ;
  9. BOOST_CXX14_CONSTEXPR  bool () ;
  10. BOOST_CXX14_CONSTEXPR  bool () ;
  11. BOOST_CXX14_CONSTEXPR  bool () ;
  12. BOOST_CXX14_CONSTEXPR  () ;

counted_time_rep public static functions

  1. BOOST_CXX14_CONSTEXPR  ();

PrevUpHomeNext