Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
symap.h File Reference

API for Symap, a basic symbol map (string interner). More...

#include <cstdint>
#include <utility>
Include dependency graph for symap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Symap
 A string interner (Symbol Map). More...

Macros

#define ZSYMAP   (ZRYTHM->symap)

Detailed Description

API for Symap, a basic symbol map (string interner).

Particularly useful for implementing LV2 URI mapping.

See also
LV2 URID
LV2 URI Map

Definition in file symap.h.

Macro Definition Documentation

◆ ZSYMAP

#define ZSYMAP   (ZRYTHM->symap)

Definition at line 39 of file symap.h.