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

#include <dimacs.hpp>

Public Types

typedef
dimacs_basic_reader::edge_weight_type 
edge_weight_type
 
typedef
dimacs_basic_reader::incr_mode 
incr_mode
 

Public Member Functions

 dimacs_edge_weight_iterator (T &reader)
 
dimacs_edge_weight_iteratoroperator++ ()
 
edge_weight_type operator* ()
 
bool operator== (dimacs_edge_weight_iterator arg)
 
bool operator!= (dimacs_edge_weight_iterator arg)
 

Member Typedef Documentation

Constructor & Destructor Documentation

template<typename T >
boost::graph::dimacs_edge_weight_iterator< T >::dimacs_edge_weight_iterator ( T reader)
inline

Member Function Documentation

template<typename T >
bool boost::graph::dimacs_edge_weight_iterator< T >::operator!= ( dimacs_edge_weight_iterator< T arg)
inline
template<typename T >
edge_weight_type boost::graph::dimacs_edge_weight_iterator< T >::operator* ( )
inline
template<typename T >
bool boost::graph::dimacs_edge_weight_iterator< T >::operator== ( dimacs_edge_weight_iterator< T arg)
inline

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