|
Interface Technology Basics
VST 3.6.7
SDK for developing VST Plug-in
|
Interface allowing an object to be copied. More...
#include <icloneable.h>
Inheritance diagram for ICloneable:Public Member Functions | |
| virtual FUnknown * | clone ()=0 |
| Create exact copy of the object. More... | |
Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
| Query for a pointer to the specified interface. More... | |
| virtual uint32 | addRef ()=0 |
| Adds a reference and return the new reference count. More... | |
| virtual uint32 | release ()=0 |
| Releases a reference and return the new reference count. More... | |
Static Public Attributes | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
Interface allowing an object to be copied.
[plug & host imp]
[released: N4.12]
|
pure virtual |
Create exact copy of the object.
|
static |