Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::karma::make_directive< terminal_ex< tag::repeat, fusion::vector1< T > >, Subject, Modifiers > Struct Template Reference

#include <repeat.hpp>

Public Types

typedef exact_iterator< Titerator_type
 
typedef mpl::if_
< detail::get_stricttag
< Modifiers >
, strict_repeat_generator
< Subject, iterator_type >
, repeat_generator< Subject,
iterator_type > >::type 
result_type
 

Public Member Functions

template<typename Terminal >
result_type operator() (Terminal const &term, Subject const &subject, unused_type) const
 

Member Typedef Documentation

template<typename T , typename Subject , typename Modifiers >
typedef exact_iterator<T> boost::spirit::karma::make_directive< terminal_ex< tag::repeat, fusion::vector1< T > >, Subject, Modifiers >::iterator_type
template<typename T , typename Subject , typename Modifiers >
typedef mpl::if_< detail::get_stricttag<Modifiers> , strict_repeat_generator<Subject, iterator_type> , repeat_generator<Subject, iterator_type> >::type boost::spirit::karma::make_directive< terminal_ex< tag::repeat, fusion::vector1< T > >, Subject, Modifiers >::result_type

Member Function Documentation

template<typename T , typename Subject , typename Modifiers >
template<typename Terminal >
result_type boost::spirit::karma::make_directive< terminal_ex< tag::repeat, fusion::vector1< T > >, Subject, Modifiers >::operator() ( Terminal const &  term,
Subject const &  subject,
unused_type   
) const
inline

The documentation for this struct was generated from the following file: