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

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

 mesh_iterator ()
 
 mesh_iterator (vertices_size_type x, vertices_size_type y, bool toroidal=true)
 
reference operator* () const
 
pointer operator-> () const
 
mesh_iteratoroperator++ ()
 
mesh_iterator operator++ (int)
 
bool operator== (const mesh_iterator &other) const
 
bool operator!= (const mesh_iterator &other) const
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename Graph >
boost::mesh_iterator< Graph >::mesh_iterator ( )
inline
template<typename Graph >
boost::mesh_iterator< Graph >::mesh_iterator ( vertices_size_type  x,
vertices_size_type  y,
bool  toroidal = true 
)
inline

References BOOST_ASSERT.

Member Function Documentation

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

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