Warning, file /include/boost/date_time/local_time/tz_database.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef BOOST_DATE_TIME_TZ_DATABASE_HPP__
0002 #define BOOST_DATE_TIME_TZ_DATABASE_HPP__
0003
0004
0005
0006
0007
0008
0009
0010
0011 #include <string>
0012 #include "boost/date_time/local_time/custom_time_zone.hpp"
0013 #include "boost/date_time/local_time/dst_transition_day_rules.hpp"
0014 #include "boost/date_time/tz_db_base.hpp"
0015
0016
0017 namespace boost {
0018 namespace local_time {
0019
0020 using date_time::data_not_accessible;
0021 using date_time::bad_field_count;
0022
0023
0024
0025
0026
0027 typedef date_time::tz_db_base<custom_time_zone, nth_kday_dst_rule> tz_database;
0028
0029 }}
0030
0031 #endif
0032