allocator_type typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
assign(IntType size, const T &v) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
util_intops::StrongVector::assign(size_type n, const value_type &val) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
util_intops::StrongVector::assign(InputIt f, InputIt l) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
util_intops::StrongVector::assign(std::initializer_list< value_type > l) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
AssignToZero(IntType size) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
at(IntType i) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
at(IntType i) const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
capacity() const | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
const_iterator typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
const_pointer typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
const_reference typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
const_reverse_iterator typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
const_view() const | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
ConstView typedef | operations_research::glop::StrictITIVector< IntType, T, Alloc > | |
data() | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
data() const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
emplace(const_iterator pos, Args &&... args) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
emplace_back(Args &&... args) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
end_index() const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
get() const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
index_range() const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
IndexType typedef | operations_research::glop::StrictITIVector< IntType, T, Alloc > | |
insert(const_iterator pos, const value_type &x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
insert(const_iterator pos, value_type &&x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
insert(const_iterator pos, size_type n, const value_type &x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
insert(const_iterator pos, SIT first, SIT last) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
IsValidSize() const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
iterator typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
mutable_get() | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
operator=(ConstView data) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
util_intops::StrongVector::operator=(const StrongVector &x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
util_intops::StrongVector::operator=(StrongVector &&x)=default | util_intops::StrongVector< IntType, NativeType, Alloc > | |
util_intops::StrongVector::operator=(std::initializer_list< value_type > l) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
operator[](IntType i) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
operator[](IntType i) const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
ParentType typedef | operations_research::glop::StrictITIVector< IntType, T, Alloc > | |
pointer typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
push_back(const value_type &val) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
push_back(value_type &&val) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
reference typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
reserve(IntType size) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
util_intops::StrongVector::reserve(size_type n) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
resize(IntType size) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
resize(IntType size, const T &v) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
util_intops::StrongVector::resize(size_type new_size) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
util_intops::StrongVector::resize(size_type new_size, const value_type &x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
util_intops::StrongVector::resize(IntType new_size, const value_type &x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
resize_down(IntType size) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
reverse_iterator typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
size() const | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
size_type typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
start_index() const | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
StrictITIVector()=default | operations_research::glop::StrictITIVector< IntType, T, Alloc > | |
StrictITIVector(IntType size) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inlineexplicit |
StrictITIVector(const Alloc &a) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inlineexplicit |
StrictITIVector(IntType n, const T &v, const Alloc &a=Alloc()) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
StrictITIVector(std::initializer_list< T > init_list, const Alloc &a=Alloc()) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
StrictITIVector(InputIteratorType first, InputIteratorType last, const Alloc &a=Alloc()) | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
StrongVector() | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
StrongVector(const allocator_type &a) | util_intops::StrongVector< IntType, NativeType, Alloc > | inlineexplicit |
StrongVector(size_type n) | util_intops::StrongVector< IntType, NativeType, Alloc > | inlineexplicit |
StrongVector(IntType n) | util_intops::StrongVector< IntType, NativeType, Alloc > | inlineexplicit |
StrongVector(size_type n, const value_type &v, const allocator_type &a=allocator_type()) | util_intops::StrongVector< IntType, NativeType, Alloc > | inlineexplicit |
StrongVector(IntType n, const value_type &v, const allocator_type &a=allocator_type()) | util_intops::StrongVector< IntType, NativeType, Alloc > | inlineexplicit |
StrongVector(const StrongVector &x) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
StrongVector(StrongVector &&x)=default | util_intops::StrongVector< IntType, NativeType, Alloc > | |
StrongVector(std::initializer_list< value_type > l, const allocator_type &a=allocator_type()) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
StrongVector(InputIteratorType first, InputIteratorType last, const allocator_type &a=allocator_type()) | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
swap(StrongVector &x) noexcept | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |
value_type typedef | util_intops::StrongVector< IntType, NativeType, Alloc > | |
View typedef | operations_research::glop::StrictITIVector< IntType, T, Alloc > | |
view() | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
view() const | operations_research::glop::StrictITIVector< IntType, T, Alloc > | inline |
~StrongVector() | util_intops::StrongVector< IntType, NativeType, Alloc > | inline |