|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
This RAII class saves a property which will be reported at startup as a failure if the app disappears before its destructor is called. More...
#include "tracktion_CrashTracer.h"
Public Member Functions | |
| DeadMansPedalMessage (PropertyStorage &, const juce::String &) | |
Static Public Member Functions | |
| static juce::String | getAndClearLastMessage (PropertyStorage &) |
This RAII class saves a property which will be reported at startup as a failure if the app disappears before its destructor is called.
Definition at line 52 of file tracktion_CrashTracer.h.
| tracktion::engine::DeadMansPedalMessage::DeadMansPedalMessage | ( | PropertyStorage & | ps, |
| const juce::String & | message | ||
| ) |
Definition at line 196 of file tracktion_CrashTracer.cpp.
| tracktion::engine::DeadMansPedalMessage::~DeadMansPedalMessage | ( | ) |
Definition at line 202 of file tracktion_CrashTracer.cpp.
|
static |
Definition at line 209 of file tracktion_CrashTracer.cpp.