Base Framework
|
This is the complete list of members for Vector< TYPE >, including all inherited members.
add(const Vector &value) | Vector< TYPE > | |
clear() noexcept | Vector< TYPE > | |
divide(const TYPE &value) noexcept | Vector< TYPE > | |
dotdot() const noexcept | Vector< TYPE > | |
elements | Vector< TYPE > | protected |
Enumerator typedef (defined in Vector< TYPE >) | Vector< TYPE > | |
getAt(unsigned int index) const | Vector< TYPE > | |
getBeginIterator() noexcept | Vector< TYPE > | inline |
getBeginIterator() const noexcept | Vector< TYPE > | inline |
getElements() | Vector< TYPE > | inlineprotected |
getElements() const noexcept | Vector< TYPE > | inlineprotected |
getEndIterator() noexcept | Vector< TYPE > | inline |
getEndIterator() const noexcept | Vector< TYPE > | inline |
getEnumerator() noexcept | Vector< TYPE > | inline |
getReadEnumerator() const noexcept | Vector< TYPE > | inline |
getReadOnlyElements() const noexcept | Vector< TYPE > | inlineprotected |
getSize() const noexcept | Vector< TYPE > | inline |
Iterator typedef (defined in Vector< TYPE >) | Vector< TYPE > | |
minus() const noexcept | Vector< TYPE > | |
multiply(const TYPE &value) noexcept | Vector< TYPE > | |
negate() noexcept | Vector< TYPE > | |
negate(const Vector &value) noexcept | Vector< TYPE > | |
norm() const noexcept | Vector< TYPE > | |
operator*=(const TYPE &value) noexcept | Vector< TYPE > | inline |
operator+() const noexcept | Vector< TYPE > | inline |
operator+=(const Vector &value) | Vector< TYPE > | inline |
operator-() const noexcept | Vector< TYPE > | inline |
operator-=(const Vector &value) | Vector< TYPE > | inline |
operator/=(const TYPE &value) noexcept | Vector< TYPE > | inline |
operator<<(FormatOutputStream &stream, const Vector< TYPE > &value) | Vector< TYPE > | related |
operator=(const Vector &assign) | Vector< TYPE > | |
operator==(const Vector &vector) const | Vector< TYPE > | |
operator[](unsigned int index) | Vector< TYPE > | inline |
plus() const noexcept | Vector< TYPE > | |
ReadEnumerator typedef (defined in Vector< TYPE >) | Vector< TYPE > | |
ReadIterator typedef (defined in Vector< TYPE >) | Vector< TYPE > | |
setAt(unsigned int index, const TYPE &value) | Vector< TYPE > | |
setSize(unsigned int size) | Vector< TYPE > | inlineprotected |
subtract(const Vector &value) | Vector< TYPE > | |
Vector(unsigned int size) | Vector< TYPE > | explicit |
Vector(const TYPE elements[], unsigned int size) | Vector< TYPE > | |
Vector(std::initializer_list< TYPE > l) | Vector< TYPE > | inline |
Vector(const Vector ©) noexcept | Vector< TYPE > | inline |