#include <cstdint>
#include <string>
#include <vector>
Go to the source code of this file.
◆ Steinberg::ModuleInfo::FactoryInfo
| struct Steinberg::ModuleInfo::FactoryInfo |
Definition at line 51 of file moduleinfo.h.
| Class Members |
|
string |
email |
|
|
int32_t |
flags |
|
|
string |
url |
|
|
string |
vendor |
|
◆ Steinberg::ModuleInfo::Snapshot
| struct Steinberg::ModuleInfo::Snapshot |
◆ Steinberg::ModuleInfo::ClassInfo
| struct Steinberg::ModuleInfo::ClassInfo |
Definition at line 68 of file moduleinfo.h.
| Class Members |
|
int32_t |
cardinality |
|
|
string |
category |
|
|
string |
cid |
|
|
uint32_t |
flags |
|
|
string |
name |
|
|
string |
sdkVersion |
|
|
SnapshotList |
snapshots |
|
|
vector< string > |
subCategories |
|
|
string |
vendor |
|
|
string |
version |
|
◆ Steinberg::ModuleInfo::Compatibility
| struct Steinberg::ModuleInfo::Compatibility |
Definition at line 83 of file moduleinfo.h.
| Class Members |
|
string |
newCID |
|
|
vector< string > |
oldCID |
|