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

#include <erdos_renyi_generator.hpp>

Inheritance diagram for boost::erdos_renyi_iterator< RandomGenerator, Graph >:
Collaboration diagram for boost::erdos_renyi_iterator< RandomGenerator, Graph >:

Public Member Functions

 erdos_renyi_iterator ()
 
 erdos_renyi_iterator (RandomGenerator &gen, vertices_size_type n, double fraction=0.0, bool allow_self_loops=false)
 
 erdos_renyi_iterator (RandomGenerator &gen, vertices_size_type n, edges_size_type m, bool allow_self_loops=false)
 
const std::pair
< vertices_size_type,
vertices_size_type > & 
dereference () const
 
void increment ()
 
bool equal (const erdos_renyi_iterator &other) const
 

Constructor & Destructor Documentation

template<typename RandomGenerator , typename Graph >
boost::erdos_renyi_iterator< RandomGenerator, Graph >::erdos_renyi_iterator ( )
inline
template<typename RandomGenerator , typename Graph >
boost::erdos_renyi_iterator< RandomGenerator, Graph >::erdos_renyi_iterator ( RandomGenerator &  gen,
vertices_size_type  n,
double  fraction = 0.0,
bool  allow_self_loops = false 
)
inline
template<typename RandomGenerator , typename Graph >
boost::erdos_renyi_iterator< RandomGenerator, Graph >::erdos_renyi_iterator ( RandomGenerator &  gen,
vertices_size_type  n,
edges_size_type  m,
bool  allow_self_loops = false 
)
inline

Member Function Documentation

template<typename RandomGenerator , typename Graph >
const std::pair<vertices_size_type, vertices_size_type>& boost::erdos_renyi_iterator< RandomGenerator, Graph >::dereference ( ) const
inline
template<typename RandomGenerator , typename Graph >
bool boost::erdos_renyi_iterator< RandomGenerator, Graph >::equal ( const erdos_renyi_iterator< RandomGenerator, Graph > &  other) const
inline
template<typename RandomGenerator , typename Graph >
void boost::erdos_renyi_iterator< RandomGenerator, Graph >::increment ( )
inline

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