| allocator() | agx::Vector< T, Allocator > | |
| allocator() const | agx::Vector< T, Allocator > | |
| at(size_t index) const | agx::Vector< T, Allocator > | |
| back() const | agx::Vector< T, Allocator > | |
| begin() | agx::Vector< T, Allocator > | |
| begin() const | agx::Vector< T, Allocator > | |
| capacity() const | agx::Container | |
| clear(ClearPolicy policy=SHRINK_BUFFER_AVERAGED) | agx::Vector< T, Allocator > | |
| ClearPolicy enum name | agx::Container | |
| const_iterator typedef | agx::Vector< T, Allocator > | |
| const_pointer typedef | agx::Vector< T, Allocator > | |
| const_reference typedef | agx::Vector< T, Allocator > | |
| const_reverse_iterator typedef | agx::Vector< T, Allocator > | |
| Container() | agx::Container | protected |
| Container(Container &&other) | agx::Container | protected |
| Container(const Container &other) | agx::Container | protected |
| contains(const T2 &element) const | agx::Vector< T, Allocator > | |
| contains(const T &element) const | agx::Vector< T, Allocator > | |
| difference_type typedef | agx::Vector< T, Allocator > | |
| empty() const | agx::Container | |
| end() | agx::Vector< T, Allocator > | |
| end() const | agx::Vector< T, Allocator > | |
| erase(iterator position) | agx::Vector< T, Allocator > | |
| erase(iterator start, iterator end) | agx::Vector< T, Allocator > | |
| erase(size_t index) | agx::Vector< T, Allocator > | |
| erase(size_t start, size_t end) | agx::Vector< T, Allocator > | |
| eraseFast(const_iterator position) | agx::Vector< T, Allocator > | |
| eraseFast(size_t index) | agx::Vector< T, Allocator > | |
| find(const T2 &element) const | agx::Vector< T, Allocator > | |
| findAndErase(const T2 &element, bool searchMultiple=false) | agx::Vector< T, Allocator > | |
| front() const | agx::Vector< T, Allocator > | |
| increment(size_t numElements=1) | agx::Vector< T, Allocator > | |
| insert(iterator position, const T &value) | agx::Vector< T, Allocator > | |
| insert(size_t index, const T &value) | agx::Vector< T, Allocator > | |
| insert(const_iterator it, InputIterator first, InputIterator last) | agx::Vector< T, Allocator > | |
| insert(const_iterator it, std::initializer_list< T > ilist) | agx::Vector< T, Allocator > | |
| iterator typedef | agx::Vector< T, Allocator > | |
| iterator_category typedef | agx::Vector< T, Allocator > | |
| m_buffer | agx::Container | protected |
| m_capacity | agx::Container | protected |
| m_size | agx::Container | protected |
| MAINTAIN_BUFFER enum value | agx::Container | |
| operator!=(const Vector< T, Allocator > &other) const | agx::Vector< T, Allocator > | |
| operator=(const Vector< T, Allocator > &other) | agx::Vector< T, Allocator > | |
| operator==(const Vector< T, Allocator > &other) const | agx::Vector< T, Allocator > | |
| operator[](size_t i) const | agx::Vector< T, Allocator > | |
| pointer typedef | agx::Vector< T, Allocator > | |
| pop_back() | agx::Vector< T, Allocator > | |
| ptr() | agx::Vector< T, Allocator > | |
| ptr() const | agx::Vector< T, Allocator > | |
| push_back(const T2 &value) | agx::Vector< T, Allocator > | |
| push_back(const T &value) | agx::Vector< T, Allocator > | |
| push_back(T &&value) | agx::Vector< T, Allocator > | |
| rbegin() | agx::Vector< T, Allocator > | |
| rbegin() const | agx::Vector< T, Allocator > | |
| reference typedef | agx::Vector< T, Allocator > | |
| rend() | agx::Vector< T, Allocator > | |
| rend() const | agx::Vector< T, Allocator > | |
| reserve(size_t size) | agx::Vector< T, Allocator > | |
| reserveAtLeast(size_t size) | agx::Vector< T, Allocator > | |
| resize(size_t size) | agx::Vector< T, Allocator > | |
| resize(size_t size, const T &value) | agx::Vector< T, Allocator > | |
| reverse_iterator typedef | agx::Vector< T, Allocator > | |
| SHRINK_BUFFER enum value | agx::Container | |
| SHRINK_BUFFER_AVERAGED enum value | agx::Container | |
| shrink_to_fit() | agx::Vector< T, Allocator > | |
| size() const | agx::Container | |
| size_type typedef | agx::Vector< T, Allocator > | |
| swap(Vector &other) | agx::Vector< T, Allocator > | |
| Type typedef | agx::Vector< T, Allocator > | |
| value_type typedef | agx::Vector< T, Allocator > | |
| Vector(const Allocator &allocator=Allocator()) | agx::Vector< T, Allocator > | explicit |
| Vector(size_t size, const T &value=T(), const Allocator &allocator=Allocator()) | agx::Vector< T, Allocator > | explicit |
| Vector(const_iterator first, const_iterator end, const Allocator &allocator=Allocator()) | agx::Vector< T, Allocator > | explicit |
| Vector(std::initializer_list< T > values, const Allocator &allocator=Allocator()) | agx::Vector< T, Allocator > | |
| Vector(const Vector< T, Allocator > &other) | agx::Vector< T, Allocator > | |
| Vector(Vector< T, Allocator > &&other) | agx::Vector< T, Allocator > | |
| ~Container() | agx::Container | protected |
| ~Vector() | agx::Vector< T, Allocator > | |