Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::dsp::RingBufferOwningPortMixin::RingBufferReader Class Reference

RAII helper for managing ring buffer reader count. More...

#include <src/dsp/port.h>

Public Member Functions

 RingBufferReader (RingBufferOwningPortMixin &owner)

Detailed Description

RAII helper for managing ring buffer reader count.

Increments the count on construction and decrements on destruction.

Definition at line 181 of file port.h.

Constructor & Destructor Documentation

◆ RingBufferReader()

zrythm::dsp::RingBufferOwningPortMixin::RingBufferReader::RingBufferReader ( RingBufferOwningPortMixin & owner)
inlineexplicit

Definition at line 184 of file port.h.

◆ ~RingBufferReader()

zrythm::dsp::RingBufferOwningPortMixin::RingBufferReader::~RingBufferReader ( )
inline

Definition at line 190 of file port.h.


The documentation for this class was generated from the following file: