Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::PathState::ChainRange::Iterator Class Reference

Detailed Description

Definition at line 362 of file routing_filters.h.

#include <routing_filters.h>

Public Member Functions

Iteratoroperator++ ()
Chain operator* () const
bool operator!= (Iterator other) const

Friends

class ChainRange
 Only a ChainRange can construct its Iterator.

Member Function Documentation

◆ operator!=()

bool operations_research::PathState::ChainRange::Iterator::operator!= ( Iterator other) const
inline

Definition at line 372 of file routing_filters.h.

◆ operator*()

Chain operations_research::PathState::ChainRange::Iterator::operator* ( ) const
inline

Definition at line 368 of file routing_filters.h.

◆ operator++()

Iterator & operations_research::PathState::ChainRange::Iterator::operator++ ( )
inline

Definition at line 364 of file routing_filters.h.

◆ ChainRange

friend class ChainRange
friend

Only a ChainRange can construct its Iterator.

Definition at line 378 of file routing_filters.h.


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