#include <Interpre.h>

Öffentliche Attribute | |
| enum ton_einstell_typ | ton_einstell_typ | 
| union { | |
| struct { | |
| long wert | |
| } einstell_absolut | |
| struct { | |
| long wert | |
| } einstell_relativ | |
| } | u | 
| struct ton_einstell * | next | 
Definiert in Zeile 113 der Datei Interpre.h.
| struct { ... } ton_einstell::einstell_absolut | 
Wird benutzt von execute_aktion().
| struct { ... } ton_einstell::einstell_relativ | 
Wird benutzt von execute_aktion().
| struct ton_einstell* ton_einstell::next | 
Definiert in Zeile 131 der Datei Interpre.h.
Wird benutzt von execute_aktion() und expand_tonliste().
Definiert in Zeile 115 der Datei Interpre.h.
Wird benutzt von execute_aktion().
| union { ... } ton_einstell::u | 
Wird benutzt von execute_aktion() und expand_tonliste().
| long ton_einstell::wert | 
Definiert in Zeile 119 der Datei Interpre.h.
 1.7.4