Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph > Class Template Reference

#include <rmat_graph_generator.hpp>

Public Types

typedef std::input_iterator_tag iterator_category
 
typedef std::pair
< vertices_size_type,
vertices_size_type > 
value_type
 
typedef const value_typereference
 
typedef const value_typepointer
 
typedef void difference_type
 

Public Member Functions

 scalable_rmat_iterator ()
 
 scalable_rmat_iterator (ProcessGroup pg, Distribution distrib, RandomGenerator &gen, vertices_size_type n, edges_size_type m, double a, double b, double c, double d, bool permute_vertices=true)
 
reference operator* () const
 
pointer operator-> () const
 
scalable_rmat_iteratoroperator++ ()
 
scalable_rmat_iterator operator++ (int)
 
bool operator== (const scalable_rmat_iterator &other) const
 
bool operator!= (const scalable_rmat_iterator &other) const
 

Member Typedef Documentation

template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
typedef void boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::difference_type
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
typedef std::input_iterator_tag boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::iterator_category
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
typedef const value_type* boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::pointer
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
typedef const value_type& boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::reference
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
typedef std::pair<vertices_size_type, vertices_size_type> boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::value_type

Constructor & Destructor Documentation

template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::scalable_rmat_iterator ( )
inline
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::scalable_rmat_iterator ( ProcessGroup  pg,
Distribution  distrib,
RandomGenerator &  gen,
vertices_size_type  n,
edges_size_type  m,
double  a,
double  b,
double  c,
double  d,
bool  permute_vertices = true 
)
inline

Member Function Documentation

template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
bool boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::operator!= ( const scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph > &  other) const
inline
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
reference boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::operator* ( ) const
inline
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
scalable_rmat_iterator& boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::operator++ ( )
inline
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
scalable_rmat_iterator boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::operator++ ( int  )
inline
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
pointer boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::operator-> ( ) const
inline
template<typename ProcessGroup , typename Distribution , typename RandomGenerator , typename Graph >
bool boost::scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph >::operator== ( const scalable_rmat_iterator< ProcessGroup, Distribution, RandomGenerator, Graph > &  other) const
inline

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