#include <locale>
#include <iostream>
#include <iterator>
#include <boost/io/ios_state.hpp>
#include <boost/date_time/time_facet.hpp>
#include <boost/date_time/string_convert.hpp>
#include <boost/date_time/local_time/local_date_time.hpp>
#include <boost/date_time/local_time/posix_time_zone.hpp>
#include <boost/date_time/local_time/conversion.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::local_time | |
Typedefs | |
typedef boost::date_time::time_facet < local_date_time, wchar_t > | boost::local_time::wlocal_time_facet |
typedef boost::date_time::time_facet < local_date_time, char > | boost::local_time::local_time_facet |
typedef boost::date_time::time_input_facet < local_date_time::utc_time_type, wchar_t > | boost::local_time::wlocal_time_input_facet |
typedef boost::date_time::time_input_facet < local_date_time::utc_time_type, char > | boost::local_time::local_time_input_facet |
Functions | |
template<class CharT , class TraitsT > | |
std::basic_ostream< CharT, TraitsT > & | boost::local_time::operator<< (std::basic_ostream< CharT, TraitsT > &os, const local_date_time &ldt) |
operator<< for local_date_time - see local_time docs for formatting details More... | |
template<class CharT , class Traits > | |
std::basic_istream< CharT, Traits > & | boost::local_time::operator>> (std::basic_istream< CharT, Traits > &is, local_date_time &ldt) |
input operator for local_date_time More... | |
template<class CharT , class TraitsT > | |
std::basic_ostream< CharT, TraitsT > & | boost::local_time::operator<< (std::basic_ostream< CharT, TraitsT > &os, const boost::local_time::local_time_period &p) |
output operator for local_time_period More... | |
template<class CharT , class Traits > | |
std::basic_istream< CharT, Traits > & | boost::local_time::operator>> (std::basic_istream< CharT, Traits > &is, boost::local_time::local_time_period &tp) |
input operator for local_time_period More... | |