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

#include <constraint_solveri.h>

Public Member Functions

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

Friends

class PathState::Chain
 Only a Chain can construct its iterator.
 

Detailed Description

Definition at line 3553 of file constraint_solveri.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 3560 of file constraint_solveri.h.

◆ operator*()

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

Definition at line 3559 of file constraint_solveri.h.

◆ operator++()

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

Definition at line 3555 of file constraint_solveri.h.

Friends And Related Symbol Documentation

◆ PathState::Chain

friend class PathState::Chain
friend

Only a Chain can construct its iterator.

Definition at line 3566 of file constraint_solveri.h.


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