Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct simple_time_rep

boost::posix_time::simple_time_rep — Simple implementation for the time rep.

Synopsis

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


struct simple_time_rep {
  // types
  typedef  ;         
  typedef time_duration   ;

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

  // public member functions
   () ;
   () ;
   () ;
   () ;

  // public data members
   day;
  time_duration_type time_of_day;
};

Description

simple_time_rep public construct/copy/destruct

simple_time_rep public member functions

  1.  () ;
  2.  () ;
  3.  () ;
  4.  () ;

PrevUpHomeNext