Mackey  V3.1
A C++ library for computing RO(G) graded homology
Neighborhood< _node, _edge, container_t, Args >::const_iterator Struct Reference

#include <Graph.hpp>

Public Member Functions

auto operator++ () -> const_iterator &
 
auto node () const -> node_t
 
auto edge () const -> const edge_t &
 
bool operator!= (const_iterator other) const
 
 const_iterator ()=default
 

Friends

class Neighborhood
 

Constructor & Destructor Documentation

◆ const_iterator()

const_iterator ( )
default

Member Function Documentation

◆ operator++()

auto operator++ ( ) -> const_iterator &

◆ node()

auto node ( ) const -> node_t

◆ edge()

auto edge ( ) const -> const edge_t &

◆ operator!=()

bool operator!= ( const_iterator  other) const

Friends And Related Function Documentation

◆ Neighborhood

friend class Neighborhood
friend

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