|
marvin 0.0.1
Pure C++ audio helper library
|
This is the complete list of members for marvin::containers::SwapBuffer< T >, including all inherited members.
| getBackBuffer() | marvin::containers::SwapBuffer< T > | inline |
| getFrontBuffer() | marvin::containers::SwapBuffer< T > | inline |
| operator=(const SwapBuffer< T > &other)=default | marvin::containers::SwapBuffer< T > | |
| operator=(SwapBuffer< T > &&other) noexcept=default | marvin::containers::SwapBuffer< T > | |
| reserve(size_t toReserve) | marvin::containers::SwapBuffer< T > | inline |
| resize(size_t newSize) | marvin::containers::SwapBuffer< T > | inline |
| size() const noexcept | marvin::containers::SwapBuffer< T > | inline |
| swap() noexcept | marvin::containers::SwapBuffer< T > | inline |
| SwapBuffer()=default | marvin::containers::SwapBuffer< T > | |
| SwapBuffer(const SwapBuffer< T > &other)=default | marvin::containers::SwapBuffer< T > | |
| SwapBuffer(SwapBuffer< T > &&other) noexcept=default | marvin::containers::SwapBuffer< T > | |
| SwapBuffer(size_t len) | marvin::containers::SwapBuffer< T > | inlineexplicit |
| SwapBuffer(size_t len, T fillV) | marvin::containers::SwapBuffer< T > | inline |
| ~SwapBuffer() noexcept=default | marvin::containers::SwapBuffer< T > |