|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | LV2_Atom_Object_Query |
Macros | |
Sequence Iterator | |
| #define | LV2_ATOM_SEQUENCE_FOREACH(seq, iter) |
| #define | LV2_ATOM_SEQUENCE_BODY_FOREACH(body, size, iter) |
Tuple Iterator | |
| #define | LV2_ATOM_TUPLE_FOREACH(tuple, iter) |
| #define | LV2_ATOM_TUPLE_BODY_FOREACH(body, size, iter) |
Object Iterator | |
| #define | LV2_ATOM_OBJECT_FOREACH(obj, iter) |
| #define | LV2_ATOM_OBJECT_BODY_FOREACH(body, size, iter) |
Object Query | |
| static const LV2_Atom_Object_Query | LV2_ATOM_OBJECT_QUERY_END = { 0, NULL } |
| static int | lv2_atom_object_query (const LV2_Atom_Object *object, LV2_Atom_Object_Query *query) |
| static int | lv2_atom_object_body_get (uint32_t size, const LV2_Atom_Object_Body *body,...) |
| static int | lv2_atom_object_get (const LV2_Atom_Object *object,...) |
| static int | lv2_atom_object_get_typed (const LV2_Atom_Object *object,...) |