MuseScore
3.4
Music composition and notation
|
#include <zerberus.h>
Public Member Functions | |
VoiceFifo () | |
void | init (Zerberus *z) |
void | push (Voice *v) |
Voice * | pop () |
bool | empty () const |
Private Attributes | |
std::queue< Voice * > | buffer |
std::vector< std::unique_ptr< Voice > > | voices |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |