RTC Toolkit  2.0.0
rtctk::componentFramework::MatrixSpan< T > Member List

This is the complete list of members for rtctk::componentFramework::MatrixSpan< T >, including all inherited members.

const_pointer typedefrtctk::componentFramework::MatrixSpan< T >
const_reference typedefrtctk::componentFramework::MatrixSpan< T >
GetNcols() constrtctk::componentFramework::MatrixSpan< T >inline
GetNrows() constrtctk::componentFramework::MatrixSpan< T >inline
MatrixSpan() noexceptrtctk::componentFramework::MatrixSpan< T >inline
MatrixSpan(const MatrixSpan &other)rtctk::componentFramework::MatrixSpan< T >inline
MatrixSpan(MatrixSpan &&other) noexceptrtctk::componentFramework::MatrixSpan< T >inline
MatrixSpan(size_type n, size_type m, const gsl::span< T > &data)rtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(size_type n, size_type m, I first, size_type count)rtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(size_type n, size_type m, I first, I last)rtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(size_type n, size_type m, element_type(&array)[N]) noexceptrtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(size_type n, size_type m, std::array< T, N > &array) noexceptrtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(size_type n, size_type m, const std::array< T, N > &array) noexceptrtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(size_type n, size_type m, R &&range) noexceptrtctk::componentFramework::MatrixSpan< T >inlineexplicit
MatrixSpan(MatrixBuffer< T, A > &buffer) noexceptrtctk::componentFramework::MatrixSpan< T >inlineexplicit
operator()(size_type n, size_type m)rtctk::componentFramework::MatrixSpan< T >inline
operator()(size_type n, size_type m) constrtctk::componentFramework::MatrixSpan< T >inline
operator=(const MatrixSpan &other)rtctk::componentFramework::MatrixSpan< T >inline
operator=(MatrixSpan &&other) noexceptrtctk::componentFramework::MatrixSpan< T >inline