Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::uuids::detail::generator_iterator< Generator > Class Template Reference

#include <seed_rng.hpp>

Inheritance diagram for boost::uuids::detail::generator_iterator< Generator >:
Collaboration diagram for boost::uuids::detail::generator_iterator< Generator >:

Public Member Functions

 generator_iterator ()
 
 generator_iterator (Generator *g)
 
void increment ()
 
const Generator::result_typedereference () const
 
bool equal (generator_iterator const &y) const
 

Constructor & Destructor Documentation

template<class Generator>
boost::uuids::detail::generator_iterator< Generator >::generator_iterator ( )
inline
template<class Generator>
boost::uuids::detail::generator_iterator< Generator >::generator_iterator ( Generator *  g)
inline

Member Function Documentation

template<class Generator>
const Generator::result_type& boost::uuids::detail::generator_iterator< Generator >::dereference ( void  ) const
inline
template<class Generator>
bool boost::uuids::detail::generator_iterator< Generator >::equal ( generator_iterator< Generator > const &  y) const
inline
template<class Generator>
void boost::uuids::detail::generator_iterator< Generator >::increment ( void  )
inline

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