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

#include <constraint_solveri.h>

Public Member Functions

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

Friends

class ChainRange
 Only a ChainRange can construct its Iterator.
 

Detailed Description

Definition at line 3592 of file constraint_solveri.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 3602 of file constraint_solveri.h.

◆ operator*()

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

Definition at line 3598 of file constraint_solveri.h.

◆ operator++()

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

Definition at line 3594 of file constraint_solveri.h.

Friends And Related Symbol Documentation

◆ ChainRange

friend class ChainRange
friend

Only a ChainRange can construct its Iterator.

Definition at line 3608 of file constraint_solveri.h.


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