Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules > Class Template Reference

Allow sliding utc adjustment with fixed dst rules. More...

#include <local_time_adjustor.hpp>

Inheritance diagram for boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >:
Collaboration diagram for boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >:

Public Types

typedef
time_type::time_duration_type 
time_duration_type
 
typedef time_type::date_type date_type
 

Public Member Functions

 dynamic_local_time_adjustor (time_duration_type utc_offset)
 
time_duration_type utc_offset (bool is_dst)
 Presumes local time. More...
 

Detailed Description

template<class time_type, class dst_rules>
class boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >

Allow sliding utc adjustment with fixed dst rules.

Member Typedef Documentation

template<class time_type , class dst_rules >
typedef time_type::date_type boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >::date_type
template<class time_type , class dst_rules >
typedef time_type::time_duration_type boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >::time_duration_type

Constructor & Destructor Documentation

template<class time_type , class dst_rules >
boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >::dynamic_local_time_adjustor ( time_duration_type  utc_offset)
inline

Member Function Documentation

template<class time_type , class dst_rules >
time_duration_type boost::date_time::dynamic_local_time_adjustor< time_type, dst_rules >::utc_offset ( bool  is_dst)
inline

Presumes local time.


The documentation for this class was generated from the following file: