casacore
|
This is the complete list of members for ao::uvector< Tp, Alloc >, including all inherited members.
_begin | ao::uvector< Tp, Alloc > | private |
_end | ao::uvector< Tp, Alloc > | private |
_endOfStorage | ao::uvector< Tp, Alloc > | private |
allocate(size_t n) | ao::uvector< Tp, Alloc > | inlineprivate |
allocator_is_always_equal typedef | ao::uvector< Tp, Alloc > | private |
allocator_type typedef | ao::uvector< Tp, Alloc > | |
assign(InputIterator first, InputIterator last) | ao::uvector< Tp, Alloc > | inline |
assign(size_t n, const Tp &val) | ao::uvector< Tp, Alloc > | inline |
assign(std::initializer_list< Tp > initlist) | ao::uvector< Tp, Alloc > | inline |
assign_copy_from(const uvector< Tp, Alloc > &other, std::false_type) | ao::uvector< Tp, Alloc > | inlineprivate |
assign_copy_from(const uvector< Tp, Alloc > &other, std::true_type) | ao::uvector< Tp, Alloc > | inlineprivate |
assign_from_range(InputIterator first, InputIterator last, std::false_type) | ao::uvector< Tp, Alloc > | inlineprivate |
assign_from_range(Integral n, Integral val, std::true_type) | ao::uvector< Tp, Alloc > | inlineprivate |
assign_from_range(InputIterator first, InputIterator last, std::forward_iterator_tag) | ao::uvector< Tp, Alloc > | inlineprivate |
assign_move_from(uvector< Tp, Alloc > &&other, std::false_type) noexcept(allocator_is_always_equal::value) | ao::uvector< Tp, Alloc > | inlineprivate |
assign_move_from(uvector< Tp, Alloc > &&other, std::true_type) noexcept | ao::uvector< Tp, Alloc > | inlineprivate |
at(size_t index) | ao::uvector< Tp, Alloc > | inline |
at(size_t index) const | ao::uvector< Tp, Alloc > | inline |
back() noexcept | ao::uvector< Tp, Alloc > | inline |
back() const noexcept | ao::uvector< Tp, Alloc > | inline |
begin() noexcept | ao::uvector< Tp, Alloc > | inline |
begin() const noexcept | ao::uvector< Tp, Alloc > | inline |
capacity() const noexcept | ao::uvector< Tp, Alloc > | inline |
cbegin() const noexcept | ao::uvector< Tp, Alloc > | inline |
cend() const noexcept | ao::uvector< Tp, Alloc > | inline |
check_bounds(size_t index) const | ao::uvector< Tp, Alloc > | inlineprivate |
clear() | ao::uvector< Tp, Alloc > | inline |
const_iterator typedef | ao::uvector< Tp, Alloc > | |
const_pointer typedef | ao::uvector< Tp, Alloc > | |
const_reference typedef | ao::uvector< Tp, Alloc > | |
const_reverse_iterator typedef | ao::uvector< Tp, Alloc > | |
construct_from_range(InputIterator first, InputIterator last, std::false_type) | ao::uvector< Tp, Alloc > | inlineprivate |
construct_from_range(Integral n, Integral val, std::true_type) | ao::uvector< Tp, Alloc > | inlineprivate |
construct_from_range(InputIterator first, InputIterator last, std::forward_iterator_tag) | ao::uvector< Tp, Alloc > | inlineprivate |
crbegin() const noexcept | ao::uvector< Tp, Alloc > | inline |
crend() const noexcept | ao::uvector< Tp, Alloc > | inline |
data() noexcept | ao::uvector< Tp, Alloc > | inline |
data() const noexcept | ao::uvector< Tp, Alloc > | inline |
deallocate() noexcept | ao::uvector< Tp, Alloc > | inlineprivate |
deallocate(pointer begin, size_t n) noexcept | ao::uvector< Tp, Alloc > | inlineprivate |
difference_type typedef | ao::uvector< Tp, Alloc > | |
emplace(const_iterator position, Args &&... args) | ao::uvector< Tp, Alloc > | inline |
emplace_back(Args &&... args) | ao::uvector< Tp, Alloc > | inline |
empty() const noexcept | ao::uvector< Tp, Alloc > | inline |
end() noexcept | ao::uvector< Tp, Alloc > | inline |
end() const noexcept | ao::uvector< Tp, Alloc > | inline |
enlarge(size_t newSize) | ao::uvector< Tp, Alloc > | inlineprivate |
enlarge_for_insert(size_t newSize, size_t insert_position, size_t insert_count) | ao::uvector< Tp, Alloc > | inlineprivate |
enlarge_size(size_t extra_space_needed) const noexcept | ao::uvector< Tp, Alloc > | inlineprivate |
erase(const_iterator position) | ao::uvector< Tp, Alloc > | inline |
erase(const_iterator first, const_iterator last) | ao::uvector< Tp, Alloc > | inline |
front() noexcept | ao::uvector< Tp, Alloc > | inline |
front() const noexcept | ao::uvector< Tp, Alloc > | inline |
get_allocator() const noexcept | ao::uvector< Tp, Alloc > | inline |
insert(const_iterator position, const Tp &item) | ao::uvector< Tp, Alloc > | inline |
insert(const_iterator position, size_t n, const Tp &val) | ao::uvector< Tp, Alloc > | inline |
insert(const_iterator position, InputIterator first, InputIterator last) | ao::uvector< Tp, Alloc > | inline |
insert(const_iterator position, Tp &&item) | ao::uvector< Tp, Alloc > | inline |
insert(const_iterator position, std::initializer_list< Tp > initlist) | ao::uvector< Tp, Alloc > | inline |
insert_from_range(const_iterator position, InputIterator first, InputIterator last, std::false_type) | ao::uvector< Tp, Alloc > | inlineprivate |
insert_from_range(const_iterator position, Integral n, Integral val, std::true_type) | ao::uvector< Tp, Alloc > | inlineprivate |
insert_from_range(const_iterator position, InputIterator first, InputIterator last, std::forward_iterator_tag) | ao::uvector< Tp, Alloc > | inlineprivate |
insert_uninitialized(const_iterator position, size_t n) | ao::uvector< Tp, Alloc > | inline |
iterator typedef | ao::uvector< Tp, Alloc > | |
max_size() const noexcept | ao::uvector< Tp, Alloc > | inline |
operator=(const uvector< Tp, Alloc > &other) | ao::uvector< Tp, Alloc > | inline |
operator=(uvector< Tp, Alloc > &&other) noexcept(std::allocator_traits< Alloc >::propagate_on_container_move_assignment::value||allocator_is_always_equal::value) | ao::uvector< Tp, Alloc > | inline |
operator[](size_t index) noexcept | ao::uvector< Tp, Alloc > | inline |
operator[](size_t index) const noexcept | ao::uvector< Tp, Alloc > | inline |
pointer typedef | ao::uvector< Tp, Alloc > | |
pop_back() | ao::uvector< Tp, Alloc > | inline |
push_back(const Tp &item) | ao::uvector< Tp, Alloc > | inline |
push_back(Tp &&item) | ao::uvector< Tp, Alloc > | inline |
push_back(InputIterator first, InputIterator last) | ao::uvector< Tp, Alloc > | inline |
push_back(size_t n, const Tp &val) | ao::uvector< Tp, Alloc > | inline |
push_back(std::initializer_list< Tp > initlist) | ao::uvector< Tp, Alloc > | inline |
push_back_range(InputIterator first, InputIterator last, std::false_type) | ao::uvector< Tp, Alloc > | inlineprivate |
push_back_range(Integral n, Integral val, std::true_type) | ao::uvector< Tp, Alloc > | inlineprivate |
push_back_range(InputIterator first, InputIterator last, std::forward_iterator_tag) | ao::uvector< Tp, Alloc > | inlineprivate |
push_back_uninitialized(size_t n) | ao::uvector< Tp, Alloc > | inline |
rbegin() noexcept | ao::uvector< Tp, Alloc > | inline |
rbegin() const noexcept | ao::uvector< Tp, Alloc > | inline |
reference typedef | ao::uvector< Tp, Alloc > | |
rend() noexcept | ao::uvector< Tp, Alloc > | inline |
rend() const noexcept | ao::uvector< Tp, Alloc > | inline |
reserve(size_t n) | ao::uvector< Tp, Alloc > | inline |
resize(size_t n) | ao::uvector< Tp, Alloc > | inline |
resize(size_t n, const Tp &val) | ao::uvector< Tp, Alloc > | inline |
reverse_iterator typedef | ao::uvector< Tp, Alloc > | |
shrink_to_fit() | ao::uvector< Tp, Alloc > | inline |
size() const noexcept | ao::uvector< Tp, Alloc > | inline |
size_t typedef | ao::uvector< Tp, Alloc > | |
size_type typedef | ao::uvector< Tp, Alloc > | |
swap(uvector< Tp, Alloc > &other) noexcept | ao::uvector< Tp, Alloc > | inline |
swap(uvector< Tp, Alloc > &other, std::true_type) noexcept | ao::uvector< Tp, Alloc > | inlineprivate |
swap(uvector< Tp, Alloc > &other, std::false_type) noexcept | ao::uvector< Tp, Alloc > | inlineprivate |
uvector(const allocator_type &allocator=Alloc()) noexcept | ao::uvector< Tp, Alloc > | inlineexplicit |
uvector(size_t n) | ao::uvector< Tp, Alloc > | inlineexplicit |
uvector(size_t n, const value_type &val, const allocator_type &allocator=Alloc()) | ao::uvector< Tp, Alloc > | inline |
uvector(InputIterator first, InputIterator last, const allocator_type &allocator=Alloc()) | ao::uvector< Tp, Alloc > | inline |
uvector(const uvector< Tp, Alloc > &other) | ao::uvector< Tp, Alloc > | inline |
uvector(const uvector< Tp, Alloc > &other, const allocator_type &allocator) | ao::uvector< Tp, Alloc > | inline |
uvector(uvector< Tp, Alloc > &&other) noexcept | ao::uvector< Tp, Alloc > | inline |
uvector(uvector< Tp, Alloc > &&other, const allocator_type &allocator) noexcept | ao::uvector< Tp, Alloc > | inline |
uvector(std::initializer_list< Tp > initlist, const allocator_type &allocator=Alloc()) | ao::uvector< Tp, Alloc > | inline |
value_type typedef | ao::uvector< Tp, Alloc > | |
~uvector() noexcept | ao::uvector< Tp, Alloc > | inline |