Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
posix_time_io.hpp File Reference
Include dependency graph for posix_time_io.hpp:
This graph shows which files directly or indirectly include this file:

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...