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

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::phoenix
 
 boost::phoenix::detail
 

Typedefs

typedef std::ios_base &(* boost::phoenix::detail::iomanip_type )(std::ios_base &)
 
typedef std::istream &(* boost::phoenix::detail::imanip_type )(std::istream &)
 
typedef std::ostream &(* boost::phoenix::detail::omanip_type )(std::ostream &)
 

Functions

template<typename Expr >
proto::result_of::make_expr
< proto::tag::shift_left,
phoenix_domain, actor< Expr >
, detail::iomanip_type >::type
const 
boost::phoenix::operator<< (actor< Expr > const &a0, detail::iomanip_type a1)
 
template<typename Expr >
proto::result_of::make_expr
< proto::tag::shift_left,
phoenix_domain, actor< Expr >
, detail::omanip_type >::type
const 
boost::phoenix::operator<< (actor< Expr > const &a0, detail::omanip_type a1)
 
template<typename Expr >
proto::result_of::make_expr
< proto::tag::shift_right,
phoenix_domain, actor< Expr >
, detail::iomanip_type >::type
const 
boost::phoenix::operator>> (actor< Expr > const &a0, detail::iomanip_type a1)
 
template<typename Expr >
proto::result_of::make_expr
< proto::tag::shift_right,
phoenix_domain, actor< Expr >
, detail::imanip_type >::type
const 
boost::phoenix::operator>> (actor< Expr > const &a0, detail::imanip_type a1)