Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::internal::gcm::graph::OGDFEntryIterator< _Entry > Class Template Reference

iterate over entries of an ogdf graph More...

#include <ogdf/geometric/cr_min/graph/ogdf_iterator.h>

Public Types

using Entry = _Entry
 
using Iterator = OGDFEntryIterator< Entry >
 

Public Member Functions

 OGDFEntryIterator (Entry _cur)
 
bool operator!= (const Iterator &b) const
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
bool operator== (const Iterator &b) const
 

Protected Attributes

Entry m_cur
 

Detailed Description

template<typename _Entry>
class ogdf::internal::gcm::graph::OGDFEntryIterator< _Entry >

iterate over entries of an ogdf graph

Definition at line 43 of file ogdf_iterator.h.

Member Typedef Documentation

◆ Entry

◆ Iterator

Constructor & Destructor Documentation

◆ OGDFEntryIterator()

template<typename _Entry >
ogdf::internal::gcm::graph::OGDFEntryIterator< _Entry >::OGDFEntryIterator ( Entry  _cur)
inline

Definition at line 52 of file ogdf_iterator.h.

Member Function Documentation

◆ operator!=()

template<typename _Entry >
bool ogdf::internal::gcm::graph::OGDFEntryIterator< _Entry >::operator!= ( const Iterator b) const
inline

Definition at line 68 of file ogdf_iterator.h.

◆ operator++()

◆ operator--()

◆ operator==()

Definition at line 66 of file ogdf_iterator.h.

Member Data Documentation

◆ m_cur

Definition at line 49 of file ogdf_iterator.h.


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