Urho3D
|
This is the complete list of members for Dviglo::Vector< T >, including all inherited members.
AllocateBuffer(unsigned size) (defined in Dviglo::VectorBase) | Dviglo::VectorBase | protectedstatic |
At(unsigned index) | Dviglo::Vector< T > | inline |
At(unsigned index) const | Dviglo::Vector< T > | inline |
Back() | Dviglo::Vector< T > | inline |
Back() const | Dviglo::Vector< T > | inline |
Begin() | Dviglo::Vector< T > | inline |
Begin() const | Dviglo::Vector< T > | inline |
Buffer() const | Dviglo::Vector< T > | inline |
buffer_ | Dviglo::VectorBase | protected |
CalculateCapacity(unsigned size, unsigned capacity) | Dviglo::Vector< T > | inlineprivatestatic |
Capacity() const | Dviglo::Vector< T > | inline |
capacity_ | Dviglo::VectorBase | protected |
Clear() | Dviglo::Vector< T > | inline |
Compact() | Dviglo::Vector< T > | inline |
ConstIterator typedef (defined in Dviglo::Vector< T >) | Dviglo::Vector< T > | |
ConstructElements(T *dest, unsigned count) | Dviglo::Vector< T > | inlineprivatestatic |
ConstructElements(T *dest, RandomIteratorT start, RandomIteratorT end, CopyTag) | Dviglo::Vector< T > | inlineprivatestatic |
ConstructElements(T *dest, RandomIteratorT start, RandomIteratorT end, MoveTag) | Dviglo::Vector< T > | inlineprivatestatic |
Contains(const T &value) const | Dviglo::Vector< T > | inline |
DestructElements(T *dest, unsigned count) | Dviglo::Vector< T > | inlineprivatestatic |
DoEraseElements(unsigned pos, unsigned count) | Dviglo::Vector< T > | inlineprivate |
DoInsertElements(unsigned pos, RandomIteratorT start, RandomIteratorT end, Tag) | Dviglo::Vector< T > | inlineprivate |
DoResize(unsigned newSize) | Dviglo::Vector< T > | inlineprivate |
EmplaceBack(Args &&... args) | Dviglo::Vector< T > | inline |
Empty() const | Dviglo::Vector< T > | inline |
End() | Dviglo::Vector< T > | inline |
End() const | Dviglo::Vector< T > | inline |
Erase(unsigned pos, unsigned length=1) | Dviglo::Vector< T > | inline |
Erase(const Iterator &it) | Dviglo::Vector< T > | inline |
Erase(const Iterator &start, const Iterator &end) | Dviglo::Vector< T > | inline |
EraseSwap(unsigned pos, unsigned length=1) | Dviglo::Vector< T > | inline |
Find(const T &value) | Dviglo::Vector< T > | inline |
Find(const T &value) const | Dviglo::Vector< T > | inline |
Front() | Dviglo::Vector< T > | inline |
Front() const | Dviglo::Vector< T > | inline |
IndexOf(const T &value) const | Dviglo::Vector< T > | inline |
Insert(unsigned pos, const T &value) | Dviglo::Vector< T > | inline |
Insert(unsigned pos, T &&value) | Dviglo::Vector< T > | inline |
Insert(unsigned pos, const Vector< T > &vector) | Dviglo::Vector< T > | inline |
Insert(const Iterator &dest, const T &value) | Dviglo::Vector< T > | inline |
Insert(const Iterator &dest, T &&value) | Dviglo::Vector< T > | inline |
Insert(const Iterator &dest, const Vector< T > &vector) | Dviglo::Vector< T > | inline |
Insert(const Iterator &dest, const ConstIterator &start, const ConstIterator &end) | Dviglo::Vector< T > | inline |
Insert(const Iterator &dest, const T *start, const T *end) | Dviglo::Vector< T > | inline |
Iterator typedef (defined in Dviglo::Vector< T >) | Dviglo::Vector< T > | |
operator!=(const Vector< T > &rhs) const | Dviglo::Vector< T > | inline |
operator+(const T &rhs) const | Dviglo::Vector< T > | inline |
operator+(const Vector< T > &rhs) const | Dviglo::Vector< T > | inline |
operator+=(const T &rhs) | Dviglo::Vector< T > | inline |
operator+=(const Vector< T > &rhs) | Dviglo::Vector< T > | inline |
operator=(const Vector< T > &rhs) | Dviglo::Vector< T > | inline |
operator=(Vector< T > &&rhs) | Dviglo::Vector< T > | inline |
operator==(const Vector< T > &rhs) const | Dviglo::Vector< T > | inline |
operator[](unsigned index) | Dviglo::Vector< T > | inline |
operator[](unsigned index) const | Dviglo::Vector< T > | inline |
Pop() | Dviglo::Vector< T > | inline |
Push(const T &value) | Dviglo::Vector< T > | inline |
Push(T &&value) | Dviglo::Vector< T > | inline |
Push(const Vector< T > &vector) | Dviglo::Vector< T > | inline |
Remove(const T &value) | Dviglo::Vector< T > | inline |
RemoveSwap(const T &value) | Dviglo::Vector< T > | inline |
Reserve(unsigned newCapacity) | Dviglo::Vector< T > | inline |
Resize(unsigned newSize) | Dviglo::Vector< T > | inline |
Resize(unsigned newSize, const T &value) | Dviglo::Vector< T > | inline |
Size() const | Dviglo::Vector< T > | inline |
size_ | Dviglo::VectorBase | protected |
Swap(VectorBase &rhs) | Dviglo::VectorBase | inline |
ValueType typedef (defined in Dviglo::Vector< T >) | Dviglo::Vector< T > | |
Vector() noexcept=default | Dviglo::Vector< T > | |
Vector(unsigned size) | Dviglo::Vector< T > | inlineexplicit |
Vector(unsigned size, const T &value) | Dviglo::Vector< T > | inline |
Vector(const T *data, unsigned size) | Dviglo::Vector< T > | inline |
Vector(const Vector< T > &vector) | Dviglo::Vector< T > | inline |
Vector(ConstIterator start, ConstIterator end) | Dviglo::Vector< T > | inline |
Vector(Vector< T > &&vector) | Dviglo::Vector< T > | inline |
Vector(const std::initializer_list< T > &list) | Dviglo::Vector< T > | inline |
VectorBase() noexcept | Dviglo::VectorBase | inline |
~Vector() | Dviglo::Vector< T > | inline |