VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
|
Test Result message logger [host imp] when a test is called, a pointer to an ITestResult is passed in, so the test class can output error messages. More...
#include <itest.h>
Public Member Functions | |
virtual void | addErrorMessage (const char *msg)=0 |
add an error message More... | |
virtual void | addMessage (const char *msg)=0 |
Public Member Functions inherited from FUnknown | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
static const FUID | iid |
Test Result message logger [host imp] when a test is called, a pointer to an ITestResult is passed in, so the test class can output error messages.
|
pure virtual |
add an error message
|
pure virtual |
|
static |