MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_history_buffer() [2/2]

const Memory::HistoryBuffer< double > & MayaFlux::Buffers::FeedbackBuffer::get_history_buffer ( ) const
inline

Get read-only access to the history buffer.

Returns
Const reference to the HistoryBuffer storing previous state

Definition at line 60 of file FeedbackBuffer.hpp.

60{ return m_history; }
Memory::HistoryBuffer< double > m_history