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   ; 

  // construct/copy/destruct
  (const , const );
  ();
  ();

  // public member functions
  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 construct/copy/destruct

  1. (const  d, const  time_of_day);
  2. ( count);
  3. ( count);

counted_time_rep public member functions

  1. BOOST_CXX14_CONSTEXPR  () ;
  2. BOOST_CXX14_CONSTEXPR unsigned long () ;
  3. BOOST_CXX14_CONSTEXPR  () ;
  4. BOOST_CXX14_CONSTEXPR  () ;
  5. BOOST_CXX14_CONSTEXPR bool () ;
  6. BOOST_CXX14_CONSTEXPR bool () ;
  7. BOOST_CXX14_CONSTEXPR bool () ;
  8. BOOST_CXX14_CONSTEXPR bool () ;
  9. BOOST_CXX14_CONSTEXPR  () ;

counted_time_rep public static functions

  1. BOOST_CXX14_CONSTEXPR  ();

PrevUpHomeNext