Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
generate.hpp File Reference
#include <boost/spirit/home/support/context.hpp>
#include <boost/spirit/home/support/nonterminal/locals.hpp>
#include <boost/spirit/home/karma/detail/generate.hpp>
Include dependency graph for generate.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::spirit::karma::detail::make_context< T >
 
struct  boost::spirit::karma::detail::make_context< unused_type >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::karma
 
 boost::spirit::karma::detail
 

Functions

template<typename OutputIterator , typename Expr >
bool boost::spirit::karma::generate (OutputIterator &sink, Expr const &expr)
 
template<typename OutputIterator , typename Expr >
bool boost::spirit::karma::generate (OutputIterator const &sink_, Expr const &expr)
 
template<typename OutputIterator , typename Properties , typename Expr , typename Attr >
bool boost::spirit::karma::generate (detail::output_iterator< OutputIterator, Properties > &sink, Expr const &expr, Attr const &attr)
 
template<typename OutputIterator , typename Expr , typename Attr >
bool boost::spirit::karma::generate (OutputIterator &sink_, Expr const &expr, Attr const &attr)
 
template<typename OutputIterator , typename Expr , typename Attr >
bool boost::spirit::karma::generate (OutputIterator const &sink_, Expr const &expr, Attr const &attr)
 
template<typename OutputIterator , typename Expr , typename Delimiter >
bool boost::spirit::karma::generate_delimited (OutputIterator &sink, Expr const &expr, Delimiter const &delimiter, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit=delimit_flag::dont_predelimit)
 
template<typename OutputIterator , typename Expr , typename Delimiter >
bool boost::spirit::karma::generate_delimited (OutputIterator const &sink_, Expr const &expr, Delimiter const &delimiter, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit=delimit_flag::dont_predelimit)
 
template<typename OutputIterator , typename Properties , typename Expr , typename Delimiter , typename Attribute >
bool boost::spirit::karma::generate_delimited (detail::output_iterator< OutputIterator, Properties > &sink, Expr const &expr, Delimiter const &delimiter, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit, Attribute const &attr)
 
template<typename OutputIterator , typename Expr , typename Delimiter , typename Attribute >
bool boost::spirit::karma::generate_delimited (OutputIterator &sink_, Expr const &expr, Delimiter const &delimiter, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit, Attribute const &attr)
 
template<typename OutputIterator , typename Expr , typename Delimiter , typename Attribute >
bool boost::spirit::karma::generate_delimited (OutputIterator const &sink_, Expr const &expr, Delimiter const &delimiter, BOOST_SCOPED_ENUM(delimit_flag) pre_delimit, Attribute const &attr)
 
template<typename OutputIterator , typename Expr , typename Delimiter , typename Attribute >
bool boost::spirit::karma::generate_delimited (OutputIterator &sink, Expr const &expr, Delimiter const &delimiter, Attribute const &attr)
 
template<typename OutputIterator , typename Expr , typename Delimiter , typename Attribute >
bool boost::spirit::karma::generate_delimited (OutputIterator const &sink_, Expr const &expr, Delimiter const &delimiter, Attribute const &attr)