#include <iostream>#include <string>#include <sstream>#include "boost/date_time/compiler_config.hpp"#include "boost/date_time/gregorian/gregorian.hpp"#include "boost/date_time/posix_time/posix_time_duration.hpp"#include "boost/date_time/posix_time/ptime.hpp"#include "boost/date_time/posix_time/time_period.hpp"#include "boost/date_time/time_parsing.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. | |
Functions | |
| template<class charT > | |
| std::basic_istream< charT > & | boost::posix_time::operator>> (std::basic_istream< charT > &is, time_duration &td) |
| template<class charT > | |
| std::basic_istream< charT > & | boost::posix_time::operator>> (std::basic_istream< charT > &is, ptime &pt) |
| template<class charT > | |
| std::basic_istream< charT > & | boost::posix_time::operator>> (std::basic_istream< charT > &is, time_period &tp) |
| operator>> for time_period. More... | |