|
RTC Toolkit
0.1.0-alpha
|
Declaration of the MatrixBuffer template class used in APIs. More...
#include <cassert>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | rtctk::componentFramework::MatrixBuffer< T, A > |
Namespaces | |
| rtctk | |
| rtctk::componentFramework | |
Functions | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator== (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator!= (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator< (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator<= (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator> (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator>= (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
Declaration of the MatrixBuffer template class used in APIs.