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

#include <ssca_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

 ssca_iterator ()
 
 ssca_iterator (RandomGenerator &gen, vertices_size_type totVertices, vertices_size_type maxCliqueSize, double probUnidirectional, int maxParallelEdges, double probIntercliqueEdges)
 
reference operator* () const
 
pointer operator-> () const
 
ssca_iteratoroperator++ ()
 
ssca_iterator operator++ (int)
 
bool operator== (const ssca_iterator &other) const
 
bool operator!= (const ssca_iterator &other) const
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename RandomGenerator , typename Graph >
boost::ssca_iterator< RandomGenerator, Graph >::ssca_iterator ( )
inline
template<typename RandomGenerator , typename Graph >
boost::ssca_iterator< RandomGenerator, Graph >::ssca_iterator ( RandomGenerator &  gen,
vertices_size_type  totVertices,
vertices_size_type  maxCliqueSize,
double  probUnidirectional,
int  maxParallelEdges,
double  probIntercliqueEdges 
)
inline

Member Function Documentation

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

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