![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 103 of file base_types.h.
#include <base_types.h>
Public Types | |
| using | iterator = CompressedStrongVectorIterator<EntryIndex, Index> |
| using | const_iterator = CompressedStrongVectorIterator<EntryIndex, Index> |
| using | value_type = Index |
Public Member Functions | |
| CompressedStrongVector () | |
| CompressedStrongVector (const util_intops::StrongVector< EntryIndex, Index > &strong_vector) | |
| CompressedStrongVector (absl::Span< const Index > vec) | |
| void | push_back (Index x) |
| const std::vector< uint8_t > & | byte_stream () const |
| size_t | size_in_bytes () const |
| bool | empty () const |
| void | Reserve (size_t n) |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| using operations_research::CompressedStrongVector< EntryIndex, Index >::const_iterator = CompressedStrongVectorIterator<EntryIndex, Index> |
Definition at line 106 of file base_types.h.
| using operations_research::CompressedStrongVector< EntryIndex, Index >::iterator = CompressedStrongVectorIterator<EntryIndex, Index> |
Definition at line 105 of file base_types.h.
| using operations_research::CompressedStrongVector< EntryIndex, Index >::value_type = Index |
Definition at line 107 of file base_types.h.
|
inlineexplicit |
Definition at line 109 of file base_types.h.
|
inlineexplicit |
Definition at line 115 of file base_types.h.
|
inlineexplicit |
Definition at line 123 of file base_types.h.
|
inline |
Definition at line 145 of file base_types.h.
|
inline |
Definition at line 149 of file base_types.h.
|
inline |
Definition at line 134 of file base_types.h.
|
inline |
Definition at line 139 of file base_types.h.
|
inline |
Definition at line 146 of file base_types.h.
|
inline |
Definition at line 150 of file base_types.h.
|
inline |
Definition at line 131 of file base_types.h.
|
inline |
Definition at line 142 of file base_types.h.
|
inline |
Definition at line 137 of file base_types.h.