addOffset(const T &offset) | ct::core::DiscreteArray< T, Alloc > | inline |
Base typedef | ct::core::DiscreteArray< T, Alloc > | |
const_iterator typedef | ct::core::DiscreteArray< T, Alloc > | |
DiscreteArray() | ct::core::DiscreteArray< T, Alloc > | inline |
DiscreteArray(const DiscreteArray &&other) | ct::core::DiscreteArray< T, Alloc > | inline |
DiscreteArray(const DiscreteArray &other) | ct::core::DiscreteArray< T, Alloc > | inline |
DiscreteArray(int n, const T &value=T()) | ct::core::DiscreteArray< T, Alloc > | inline |
DiscreteArray(iterator first, iterator last) | ct::core::DiscreteArray< T, Alloc > | inline |
DiscreteArray(const_iterator first, const_iterator last) | ct::core::DiscreteArray< T, Alloc > | inline |
eraseFront(const size_t N) | ct::core::DiscreteArray< T, Alloc > | inline |
iterator typedef | ct::core::DiscreteArray< T, Alloc > | |
operator*(const SCALAR &scalar) const | ct::core::DiscreteArray< T, Alloc > | inline |
operator+(const DiscreteArray< T, Alloc > &rhs) const | ct::core::DiscreteArray< T, Alloc > | inline |
operator+=(const DiscreteArray< T, Alloc > &rhs) | ct::core::DiscreteArray< T, Alloc > | inline |
operator-(const DiscreteArray< T, Alloc > &rhs) const | ct::core::DiscreteArray< T, Alloc > | inline |
operator-=(const DiscreteArray< T, Alloc > &rhs) | ct::core::DiscreteArray< T, Alloc > | inline |
operator/(const SCALAR &scalar) const | ct::core::DiscreteArray< T, Alloc > | inline |
operator=(const DiscreteArray< T, Alloc > &rhs) | ct::core::DiscreteArray< T, Alloc > | inline |
setConstant(const T &data) | ct::core::DiscreteArray< T, Alloc > | inline |
swap(DiscreteArray &other) | ct::core::DiscreteArray< T, Alloc > | inline |
toImplementation() | ct::core::DiscreteArray< T, Alloc > | inline |
toImplementation() const | ct::core::DiscreteArray< T, Alloc > | inline |
value_type | ct::core::DiscreteArray< T, Alloc > | |
~DiscreteArray() | ct::core::DiscreteArray< T, Alloc > | inlinevirtual |