![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <base_types.h>
Public Member Functions | |
CompressedStrongVectorIterator (const CompressedStrongVector< EntryIndex, Index > &compressed_vector) | |
CompressedStrongVectorIterator (const CompressedStrongVector< EntryIndex, Index > &compressed_vector, bool at_end) | |
bool | at_end () const |
Index | operator* () |
bool | operator== (const CompressedStrongVectorIterator &other) const |
bool | operator!= (const CompressedStrongVectorIterator &other) const |
CompressedStrongVectorIterator & | operator++ () |
Iterator for a compressed strong vector. There is no tool for decompressing a compressed strong vector, so this iterator is the only way to access the elements, always in order. The iterator is not thread-safe.
Definition at line 188 of file base_types.h.
|
inlineexplicit |
Definition at line 190 of file base_types.h.
|
inlineexplicit |
Definition at line 197 of file base_types.h.
|
inline |
Definition at line 205 of file base_types.h.
|
inline |
Definition at line 217 of file base_types.h.
|
inline |
Definition at line 210 of file base_types.h.
|
inline |
Definition at line 221 of file base_types.h.
|
inline |
Definition at line 212 of file base_types.h.