#include <boost/spirit/home/karma/generate.hpp>
#include <boost/spirit/home/karma/generator.hpp>
#include <boost/spirit/home/karma/detail/output_iterator.hpp>
#include <boost/spirit/home/karma/stream/detail/format_manip.hpp>
#include <boost/spirit/home/support/unused.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::spirit | |
boost::spirit::karma | |
Functions | |
template<typename Expr > | |
detail::format< Expr >::type | boost::spirit::karma::format (Expr const &expr) |
template<typename Expr , typename Attribute > | |
detail::format_manip< Expr, mpl::false_, mpl::false_, unused_type, Attribute > | boost::spirit::karma::format (Expr const &expr, Attribute const &attr) |
template<typename Expr , typename Delimiter > | |
detail::format_delimited< Expr, Delimiter >::type | boost::spirit::karma::format_delimited (Expr const &expr, Delimiter const &d, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit=delimit_flag::dont_predelimit) |
template<typename Expr , typename Delimiter , typename Attribute > | |
detail::format_manip< Expr, mpl::false_, mpl::false_, Delimiter, Attribute > | boost::spirit::karma::format_delimited (Expr const &xpr, Delimiter const &d, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit, Attribute const &attr) |
template<typename Expr , typename Delimiter , typename Attribute > | |
detail::format_manip< Expr, mpl::false_, mpl::false_, Delimiter, Attribute > | boost::spirit::karma::format_delimited (Expr const &xpr, Delimiter const &d, Attribute const &attr) |
template<typename Char , typename Traits , typename Derived > | |
std::basic_ostream< Char, Traits > & | boost::spirit::karma::operator<< (std::basic_ostream< Char, Traits > &os, generator< Derived > const &g) |