#include <iosfwd>#include <boost/phoenix/core/limits.hpp>#include <boost/fusion/sequence/intrinsic/at.hpp>#include <boost/phoenix/core/domain.hpp>#include <boost/proto/make_expr.hpp>#include <boost/proto/tags.hpp>#include <boost/proto/operators.hpp>

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