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 148 of file constraint_solveri.h.
Public Member Functions | |
| Iterator (const SimpleRevFIFO< T > *l) | |
| bool | ok () const |
| T | operator* () const |
| void | operator++ () |
Constructor & Destructor Documentation
◆ Iterator()
|
inlineexplicit |
Definition at line 150 of file constraint_solveri.h.
Member Function Documentation
◆ ok()
|
inline |
Definition at line 152 of file constraint_solveri.h.
◆ operator*()
|
inline |
Definition at line 153 of file constraint_solveri.h.
◆ operator++()
|
inline |
Definition at line 154 of file constraint_solveri.h.
The documentation for this class was generated from the following file: