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

This iterator is not stable with respect to deletion. More...

#include <constraint_solveri.h>

Public Member Functions

 Iterator (const SimpleRevFIFO< T > *l)
 
bool ok () const
 
operator* () const
 
void operator++ ()
 

Detailed Description

template<class T>
class operations_research::SimpleRevFIFO< T >::Iterator

This iterator is not stable with respect to deletion.

Definition at line 159 of file constraint_solveri.h.

Constructor & Destructor Documentation

◆ Iterator()

template<class T >
operations_research::SimpleRevFIFO< T >::Iterator::Iterator ( const SimpleRevFIFO< T > * l)
inlineexplicit

Definition at line 161 of file constraint_solveri.h.

Member Function Documentation

◆ ok()

template<class T >
bool operations_research::SimpleRevFIFO< T >::Iterator::ok ( ) const
inline

Definition at line 163 of file constraint_solveri.h.

◆ operator*()

template<class T >
T operations_research::SimpleRevFIFO< T >::Iterator::operator* ( ) const
inline

Definition at line 164 of file constraint_solveri.h.

◆ operator++()

template<class T >
void operations_research::SimpleRevFIFO< T >::Iterator::operator++ ( )
inline

Definition at line 165 of file constraint_solveri.h.


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