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

Classes

struct  boost::spirit::use_terminal< karma::domain, phoenix::actor< Eval > >
 
struct  boost::spirit::lazy_terminal< Terminal, Actor, Arity >
 
struct  boost::spirit::karma::lazy_generator< Function, Modifiers >
 
struct  boost::spirit::karma::lazy_generator< Function, Modifiers >::attribute< Context, Iterator >
 
struct  boost::spirit::karma::lazy_directive< Function, Subject, Modifiers >
 
struct  boost::spirit::karma::lazy_directive< Function, Subject, Modifiers >::attribute< Context, Iterator >
 
struct  boost::spirit::karma::make_primitive< phoenix::actor< Eval >, Modifiers >
 
struct  boost::spirit::karma::make_primitive< lazy_terminal< Terminal, Actor, Arity >, Modifiers >
 
struct  boost::spirit::karma::make_directive< lazy_terminal< Terminal, Actor, Arity >, Subject, Modifiers >
 

Namespaces

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

Typedefs

typedef modify< karma::domain > boost::spirit::karma::karma_modify
 

Functions

template<typename Generator , typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::detail::lazy_generate_impl (Generator const &g, OutputIterator &sink, Context &context, Delimiter const &delim, Attribute const &attr, mpl::false_)
 
template<typename Generator , typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::detail::lazy_generate_impl (Generator const &g, OutputIterator &sink, Context &context, Delimiter const &delim, Attribute const &attr, mpl::true_)
 
template<typename Generator , typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::detail::lazy_generate_impl_main (Generator const &g, OutputIterator &sink, Context &context, Delimiter const &delim, Attribute const &attr)