AllocateBuffer(unsigned size) (defined in Dviglo::VectorBase) | Dviglo::VectorBase | protectedstatic |
At(unsigned index) | Dviglo::PODVector< T > | inline |
At(unsigned index) const | Dviglo::PODVector< T > | inline |
Back() | Dviglo::PODVector< T > | inline |
Back() const | Dviglo::PODVector< T > | inline |
Begin() | Dviglo::PODVector< T > | inline |
Begin() const | Dviglo::PODVector< T > | inline |
Buffer() const | Dviglo::PODVector< T > | inline |
buffer_ | Dviglo::VectorBase | protected |
Capacity() const | Dviglo::PODVector< T > | inline |
capacity_ | Dviglo::VectorBase | protected |
Clear() | Dviglo::PODVector< T > | inline |
Compact() | Dviglo::PODVector< T > | inline |
ConstIterator typedef (defined in Dviglo::PODVector< T >) | Dviglo::PODVector< T > | |
Contains(const T &value) const | Dviglo::PODVector< T > | inline |
CopyElements(T *dest, const T *src, unsigned count) | Dviglo::PODVector< T > | inlineprivatestatic |
Empty() const | Dviglo::PODVector< T > | inline |
End() | Dviglo::PODVector< T > | inline |
End() const | Dviglo::PODVector< T > | inline |
Erase(unsigned pos, unsigned length=1) | Dviglo::PODVector< T > | inline |
Erase(const Iterator &it) | Dviglo::PODVector< T > | inline |
Erase(const Iterator &start, const Iterator &end) | Dviglo::PODVector< T > | inline |
EraseSwap(unsigned pos, unsigned length=1) | Dviglo::PODVector< T > | inline |
Find(const T &value) | Dviglo::PODVector< T > | inline |
Find(const T &value) const | Dviglo::PODVector< T > | inline |
Front() | Dviglo::PODVector< T > | inline |
Front() const | Dviglo::PODVector< T > | inline |
IndexOf(const T &value) const | Dviglo::PODVector< T > | inline |
Insert(unsigned pos, const T &value) | Dviglo::PODVector< T > | inline |
Insert(unsigned pos, const PODVector< T > &vector) | Dviglo::PODVector< T > | inline |
Insert(const Iterator &dest, const T &value) | Dviglo::PODVector< T > | inline |
Insert(const Iterator &dest, const PODVector< T > &vector) | Dviglo::PODVector< T > | inline |
Insert(const Iterator &dest, const ConstIterator &start, const ConstIterator &end) | Dviglo::PODVector< T > | inline |
Insert(const Iterator &dest, const T *start, const T *end) | Dviglo::PODVector< T > | inline |
Iterator typedef (defined in Dviglo::PODVector< T >) | Dviglo::PODVector< T > | |
MoveRange(unsigned dest, unsigned src, unsigned count) | Dviglo::PODVector< T > | inlineprivate |
operator!=(const PODVector< T > &rhs) const | Dviglo::PODVector< T > | inline |
operator+(const T &rhs) const | Dviglo::PODVector< T > | inline |
operator+(const PODVector< T > &rhs) const | Dviglo::PODVector< T > | inline |
operator+=(const T &rhs) | Dviglo::PODVector< T > | inline |
operator+=(const PODVector< T > &rhs) | Dviglo::PODVector< T > | inline |
operator=(const PODVector< T > &rhs) | Dviglo::PODVector< T > | inline |
operator==(const PODVector< T > &rhs) const | Dviglo::PODVector< T > | inline |
operator[](unsigned index) | Dviglo::PODVector< T > | inline |
operator[](unsigned index) const | Dviglo::PODVector< T > | inline |
PODVector() noexcept=default | Dviglo::PODVector< T > | |
PODVector(unsigned size) | Dviglo::PODVector< T > | inlineexplicit |
PODVector(unsigned size, const T &value) | Dviglo::PODVector< T > | inline |
PODVector(const T *data, unsigned size) | Dviglo::PODVector< T > | inline |
PODVector(const PODVector< T > &vector) | Dviglo::PODVector< T > | inline |
PODVector(const std::initializer_list< T > &list) | Dviglo::PODVector< T > | inline |
Pop() | Dviglo::PODVector< T > | inline |
Push(const T &value) | Dviglo::PODVector< T > | inline |
Push(const PODVector< T > &vector) | Dviglo::PODVector< T > | inline |
Remove(const T &value) | Dviglo::PODVector< T > | inline |
RemoveSwap(const T &value) | Dviglo::PODVector< T > | inline |
Reserve(unsigned newCapacity) | Dviglo::PODVector< T > | inline |
Resize(unsigned newSize) | Dviglo::PODVector< T > | inline |
Resize(unsigned newSize, const T &value) | Dviglo::PODVector< T > | inline |
Size() const | Dviglo::PODVector< T > | inline |
size_ | Dviglo::VectorBase | protected |
Swap(VectorBase &rhs) | Dviglo::VectorBase | inline |
ValueType typedef (defined in Dviglo::PODVector< T >) | Dviglo::PODVector< T > | |
VectorBase() noexcept | Dviglo::VectorBase | inline |
~PODVector() | Dviglo::PODVector< T > | inline |