| VST 3 Examples VST 3.7
    SDK for developing VST plug-in | 
#include <eventlogger.h>
| Public Types | |
| using | Codes = std::vector< struct LogEvent > | 
| Public Member Functions | |
| EventLogger () | |
| void | clearLogEvents () | 
| void | resetLogEvents () | 
| const Codes & | getLogEvents () const | 
| void | addLogEvent (Steinberg::int32 logId) | 
| bool | empty () const | 
| Protected Attributes | |
| Codes | mLogEvents | 
| EventLogger | ( | ) | 
| void clearLogEvents | ( | ) | 
| void resetLogEvents | ( | ) | 
| const EventLogger::Codes & getLogEvents | ( | ) | const | 
| void addLogEvent | ( | Steinberg::int32 | logId | ) | 
| 
 | inline | 
| 
 | protected |