C++ Reference

C++ Reference: Routing

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 156 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 158 of file constraint_solveri.h.

Member Function Documentation

◆ ok()

bool ok ( ) const
inline

Definition at line 160 of file constraint_solveri.h.

◆ operator*()

T operator* ( ) const
inline

Definition at line 161 of file constraint_solveri.h.

◆ operator++()

void operator++ ( )
inline

Definition at line 162 of file constraint_solveri.h.


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