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

#include <vector_as_graph.hpp>

Inheritance diagram for boost::detail::val_out_edge_iterator< V, Iter >:
Collaboration diagram for boost::detail::val_out_edge_iterator< V, Iter >:

Public Member Functions

 val_out_edge_iterator ()
 
 val_out_edge_iterator (V s, Iter i)
 
Edge operator* () const
 
selfoperator++ ()
 
self operator++ (int)
 
bool operator== (const self &x) const
 
bool operator!= (const self &x) const
 

Protected Attributes

_source
 
Iter _iter
 

Constructor & Destructor Documentation

template<class V , class Iter >
boost::detail::val_out_edge_iterator< V, Iter >::val_out_edge_iterator ( )
inline
template<class V , class Iter >
boost::detail::val_out_edge_iterator< V, Iter >::val_out_edge_iterator ( s,
Iter  i 
)
inline

Member Function Documentation

template<class V , class Iter >
bool boost::detail::val_out_edge_iterator< V, Iter >::operator!= ( const self x) const
inline
template<class V , class Iter >
self& boost::detail::val_out_edge_iterator< V, Iter >::operator++ ( )
inline
template<class V , class Iter >
self boost::detail::val_out_edge_iterator< V, Iter >::operator++ ( int  )
inline
template<class V , class Iter >
bool boost::detail::val_out_edge_iterator< V, Iter >::operator== ( const self x) const
inline

Member Data Documentation

template<class V , class Iter >
V boost::detail::val_out_edge_iterator< V, Iter >::_source
protected

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