|
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 |
Public Member Functions | |
| UpdateData (FUnknown *o, IDependent **d, uint32 c) | |
| bool | operator== (const UpdateData &d) const |
Public Attributes | |
| FUnknown * | obj |
| IDependent ** | dependents |
| uint32 | count |
Definition at line 114 of file updatehandler.cpp.
| Steinberg::Update::UpdateData::UpdateData | ( | FUnknown * | o, |
| IDependent ** | d, | ||
| uint32 | c | ||
| ) |
Definition at line 116 of file updatehandler.cpp.
| bool Steinberg::Update::UpdateData::operator== | ( | const UpdateData & | d | ) | const |
Definition at line 123 of file updatehandler.cpp.
| uint32 Steinberg::Update::UpdateData::count |
Definition at line 122 of file updatehandler.cpp.
| IDependent** Steinberg::Update::UpdateData::dependents |
Definition at line 121 of file updatehandler.cpp.
| FUnknown* Steinberg::Update::UpdateData::obj |
Definition at line 120 of file updatehandler.cpp.