|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Macros | |
| #define | META_CREATE_FUNC(funcName) |
| #define | CLASS_CREATE_FUNC(className) |
| #define | SINGLE_CREATE_FUNC(className) |
| #define | _META_CLASS(className) |
| #define | _META_CLASS_IFACE(className, Interface) |
| #define | META_CLASS(className) |
| TODO. | |
| #define | META_CLASS_IFACE(className, Interface) |
| TODO. | |
| #define | META_CLASS_SINGLE(className, Interface) |
| TODO. | |
| #define _META_CLASS | ( | className | ) |
Definition at line 60 of file classfactoryhelpers.h.
| #define _META_CLASS_IFACE | ( | className, | |
| Interface | |||
| ) |
Definition at line 65 of file classfactoryhelpers.h.
| #define CLASS_CREATE_FUNC | ( | className | ) |
Definition at line 50 of file classfactoryhelpers.h.
| #define META_CLASS | ( | className | ) |
TODO.
Definition at line 73 of file classfactoryhelpers.h.
| #define META_CLASS_IFACE | ( | className, | |
| Interface | |||
| ) |
TODO.
Definition at line 79 of file classfactoryhelpers.h.
| #define META_CLASS_SINGLE | ( | className, | |
| Interface | |||
| ) |
TODO.
Definition at line 85 of file classfactoryhelpers.h.
| #define META_CREATE_FUNC | ( | funcName | ) |
Definition at line 48 of file classfactoryhelpers.h.
| #define SINGLE_CREATE_FUNC | ( | className | ) |
Definition at line 55 of file classfactoryhelpers.h.