#include <locale>#include <iostream>#include <iterator>#include <boost/io/ios_state.hpp>#include <boost/date_time/time_facet.hpp>#include <boost/date_time/period_formatter.hpp>#include <boost/date_time/posix_time/ptime.hpp>#include <boost/date_time/posix_time/time_period.hpp>#include <boost/date_time/posix_time/posix_time_duration.hpp>#include <boost/date_time/posix_time/conversion.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::posix_time | |
| Defines a non-adjusted time system with nano-second resolution and stable calculation properties. | |
Typedefs | |
| typedef boost::date_time::time_facet < ptime, wchar_t > | boost::posix_time::wtime_facet |
| wptime_facet is depricated and will be phased out. use wtime_facet instead More... | |
| typedef boost::date_time::time_facet < ptime, char > | boost::posix_time::time_facet |
| typedef boost::date_time::time_input_facet < ptime, wchar_t > | boost::posix_time::wtime_input_facet |
| typedef boost::date_time::time_input_facet < ptime, char > | boost::posix_time::time_input_facet |
Functions | |
| template<class CharT , class TraitsT > | |
| std::basic_ostream< CharT, TraitsT > & | boost::posix_time::operator<< (std::basic_ostream< CharT, TraitsT > &os, const ptime &p) |
| template<class CharT , class Traits > | |
| std::basic_istream< CharT, Traits > & | boost::posix_time::operator>> (std::basic_istream< CharT, Traits > &is, ptime &pt) |
| input operator for ptime More... | |
| template<class CharT , class TraitsT > | |
| std::basic_ostream< CharT, TraitsT > & | boost::posix_time::operator<< (std::basic_ostream< CharT, TraitsT > &os, const boost::posix_time::time_period &p) |
| template<class CharT , class Traits > | |
| std::basic_istream< CharT, Traits > & | boost::posix_time::operator>> (std::basic_istream< CharT, Traits > &is, time_period &tp) |
| input operator for time_period More... | |
| template<class CharT , class Traits > | |
| std::basic_ostream< CharT, Traits > & | boost::posix_time::operator<< (std::basic_ostream< CharT, Traits > &os, const time_duration &td) |
| ostream operator for posix_time::time_duration More... | |
| template<class CharT , class Traits > | |
| std::basic_istream< CharT, Traits > & | boost::posix_time::operator>> (std::basic_istream< CharT, Traits > &is, time_duration &td) |
| input operator for time_duration More... | |