Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
int_adapter.hpp File Reference
#include "boost/config.hpp"
#include "boost/limits.hpp"
#include "boost/date_time/special_defs.hpp"
#include "boost/date_time/locale_config.hpp"
#include <ostream>
Include dependency graph for int_adapter.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::date_time::int_adapter< int_type_ >
 Adapter to create integer types with +-infinity, and not a value. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Functions

template<class charT , class traits , typename int_type >
std::basic_ostream< charT,
traits > & 
boost::date_time::operator<< (std::basic_ostream< charT, traits > &os, const int_adapter< int_type > &ia)
 Expected output is either a numeric representation or a special values representation. More...