\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - CGAL and the Boost Graph Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Out_edge_iterator< Graph > Class Template Reference

#include <CGAL/boost/graph/iterator.h>

Inherits from

iterator_adaptor< Out_edge_iterator< Graph >, Halfedge_around_target_iterator< Graph >, boost::graph_traits< Graph >::edge_descriptor, std::bidirectional_iterator_tag, boost::graph_traits< Graph >::edge_descriptor >.

Public Types

typedef void(Out_edge_iterator::* bool_type )() const
 

Public Member Functions

 Out_edge_iterator ()
 
 Out_edge_iterator (halfedge_descriptor h, const Graph &g, int n=0)
 
void this_type_does_not_support_comparisons () const
 
 operator bool_type () const
 

Friends

class boost::iterator_core_access
 

Member Typedef Documentation

template<class Graph >
typedef void(Out_edge_iterator::* CGAL::Out_edge_iterator< Graph >::bool_type)() const

Constructor & Destructor Documentation

template<class Graph >
CGAL::Out_edge_iterator< Graph >::Out_edge_iterator ( )
template<class Graph >
CGAL::Out_edge_iterator< Graph >::Out_edge_iterator ( halfedge_descriptor  h,
const Graph &  g,
int  n = 0 
)

Member Function Documentation

template<class Graph >
CGAL::Out_edge_iterator< Graph >::operator bool_type ( ) const
template<class Graph >
void CGAL::Out_edge_iterator< Graph >::this_type_does_not_support_comparisons ( ) const

Friends And Related Function Documentation

template<class Graph >
friend class boost::iterator_core_access
friend