AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
agx::Vector< T, Allocator > Member List

This is the complete list of members for agx::Vector< T, Allocator >, including all inherited members.

allocator()agx::Vector< T, Allocator >
allocator() constagx::Vector< T, Allocator >
at(size_t index) constagx::Vector< T, Allocator >
back() constagx::Vector< T, Allocator >
begin()agx::Vector< T, Allocator >
begin() constagx::Vector< T, Allocator >
capacity() constagx::Container
clear(ClearPolicy policy=SHRINK_BUFFER_AVERAGED)agx::Vector< T, Allocator >
ClearPolicy enum nameagx::Container
const_iterator typedefagx::Vector< T, Allocator >
const_pointer typedefagx::Vector< T, Allocator >
const_reference typedefagx::Vector< T, Allocator >
const_reverse_iterator typedefagx::Vector< T, Allocator >
Container()agx::Containerprotected
Container(Container &&other)agx::Containerprotected
Container(const Container &other)agx::Containerprotected
contains(const T2 &element) constagx::Vector< T, Allocator >
contains(const T &element) constagx::Vector< T, Allocator >
difference_type typedefagx::Vector< T, Allocator >
empty() constagx::Container
end()agx::Vector< T, Allocator >
end() constagx::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) constagx::Vector< T, Allocator >
findAndErase(const T2 &element, bool searchMultiple=false)agx::Vector< T, Allocator >
front() constagx::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 typedefagx::Vector< T, Allocator >
iterator_category typedefagx::Vector< T, Allocator >
m_bufferagx::Containerprotected
m_capacityagx::Containerprotected
m_sizeagx::Containerprotected
MAINTAIN_BUFFER enum valueagx::Container
operator!=(const Vector< T, Allocator > &other) constagx::Vector< T, Allocator >
operator=(const Vector< T, Allocator > &other)agx::Vector< T, Allocator >
operator==(const Vector< T, Allocator > &other) constagx::Vector< T, Allocator >
operator[](size_t i) constagx::Vector< T, Allocator >
pointer typedefagx::Vector< T, Allocator >
pop_back()agx::Vector< T, Allocator >
ptr()agx::Vector< T, Allocator >
ptr() constagx::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() constagx::Vector< T, Allocator >
reference typedefagx::Vector< T, Allocator >
rend()agx::Vector< T, Allocator >
rend() constagx::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 typedefagx::Vector< T, Allocator >
SHRINK_BUFFER enum valueagx::Container
SHRINK_BUFFER_AVERAGED enum valueagx::Container
shrink_to_fit()agx::Vector< T, Allocator >
size() constagx::Container
size_type typedefagx::Vector< T, Allocator >
swap(Vector &other)agx::Vector< T, Allocator >
Type typedefagx::Vector< T, Allocator >
value_type typedefagx::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::Containerprotected
~Vector()agx::Vector< T, Allocator >