#include <state.hpp>
|
| StateRetrieve (LV2_State_Retrieve_Function srfunc, LV2_State_Handle handle) |
|
const void * | operator() (uint32_t key, size_t *size=NULL, uint32_t *type=NULL, uint32_t *flags=NULL) const |
|
Wrapper struct for state retrieval. This wraps an LV2_State_Retrieve_Function and exeucutes via operator ()
- Examples:
- silence.cpp.
const void* operator() |
( |
uint32_t |
key, |
|
|
size_t * |
size = NULL , |
|
|
uint32_t * |
type = NULL , |
|
|
uint32_t * |
flags = NULL |
|
) |
| const |
|
inline |
Execute the retrieve functor.
- Parameters
-
- Returns
- Associate 'value' data for the given key
The documentation for this struct was generated from the following file: