OR-Tools  9.6
SimpleRevFIFO< T >::Iterator

Detailed Description

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

This iterator is not stable with respect to deletion.

Definition at line 148 of file constraint_solveri.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ Iterator()

Iterator ( const SimpleRevFIFO< T > *  l)
inlineexplicit

Definition at line 150 of file constraint_solveri.h.

Member Function Documentation

◆ ok()

bool ok ( ) const
inline

Definition at line 152 of file constraint_solveri.h.

◆ operator*()

T operator* ( ) const
inline

Definition at line 153 of file constraint_solveri.h.

◆ operator++()

void operator++ ( )
inline

Definition at line 154 of file constraint_solveri.h.


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