|
LMMS
|
#include <synth.h>
Public Member Functions | |
| keystack () | |
| void | clear () |
| bool | push (int key) |
| bool | pop (int key) |
| bool | has (int key) |
| int | count () |
| bool | empty () |
| int | nth (int n) |
Private Attributes | |
| int | dcount |
| uint8_t | active [128] |
| uint8_t | states [128] |
A kind of set with fast non-ordered iteration, used for storing lists of pressed keys.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |