MorphoGraphX  2.0-1-227
Public Types | Public Member Functions | Public Attributes | List of all members
mgx::ForAll::ForwardIter< iterator > Struct Template Reference

#include <VVGraph.hpp>

+ Inheritance diagram for mgx::ForAll::ForwardIter< iterator >:

Public Types

typedef std::iterator_traits< iterator >::value_type value_type
 
typedef std::iterator_traits< iterator >::reference reference
 

Public Member Functions

 ForwardIter (const iterator &fst, const iterator &lst)
 
const reference value () const
 
bool is_end () const
 
- Public Member Functions inherited from mgx::ForAll::BaseForwardIter
virtual ~BaseForwardIter ()
 

Public Attributes

iterator it
 
iterator end
 
int brk
 

Detailed Description

template<typename iterator>
struct mgx::ForAll::ForwardIter< iterator >

Definition at line 59 of file VVGraph.hpp.

Member Typedef Documentation

◆ reference

template<typename iterator >
typedef std::iterator_traits<iterator>::reference mgx::ForAll::ForwardIter< iterator >::reference

Definition at line 62 of file VVGraph.hpp.

◆ value_type

template<typename iterator >
typedef std::iterator_traits<iterator>::value_type mgx::ForAll::ForwardIter< iterator >::value_type

Definition at line 61 of file VVGraph.hpp.

Constructor & Destructor Documentation

◆ ForwardIter()

template<typename iterator >
mgx::ForAll::ForwardIter< iterator >::ForwardIter ( const iterator &  fst,
const iterator &  lst 
)
inline

Definition at line 64 of file VVGraph.hpp.

Member Function Documentation

◆ is_end()

template<typename iterator >
bool mgx::ForAll::ForwardIter< iterator >::is_end ( ) const
inline

Definition at line 71 of file VVGraph.hpp.

◆ value()

template<typename iterator >
const reference mgx::ForAll::ForwardIter< iterator >::value ( ) const
inline

Definition at line 66 of file VVGraph.hpp.

Member Data Documentation

◆ brk

template<typename iterator >
int mgx::ForAll::ForwardIter< iterator >::brk
mutable

Definition at line 74 of file VVGraph.hpp.

◆ end

template<typename iterator >
iterator mgx::ForAll::ForwardIter< iterator >::end

Definition at line 73 of file VVGraph.hpp.

◆ it

template<typename iterator >
iterator mgx::ForAll::ForwardIter< iterator >::it
mutable

Definition at line 72 of file VVGraph.hpp.


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