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::infinite_iterator< T > Struct Template Reference

#include <repeat.hpp>

Public Types

typedef T type
 

Public Member Functions

 infinite_iterator (T const min)
 
T start () const
 
bool got_max (T) const
 
bool got_min (T i) const
 

Public Attributes

T const min
 

Member Typedef Documentation

template<typename T >
typedef T boost::spirit::karma::infinite_iterator< T >::type

Constructor & Destructor Documentation

template<typename T >
boost::spirit::karma::infinite_iterator< T >::infinite_iterator ( T const  min)
inline

Member Function Documentation

template<typename T >
bool boost::spirit::karma::infinite_iterator< T >::got_max ( T  ) const
inline
template<typename T >
bool boost::spirit::karma::infinite_iterator< T >::got_min ( T  i) const
inline
template<typename T >
T boost::spirit::karma::infinite_iterator< T >::start ( ) const
inline

Member Data Documentation


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