nx_metadata_sdk
1.0
Metadata SDK
|
Public Member Functions | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) override |
virtual const char * | interfaceIdForTest () const |
virtual int | refCountForTest () const =0 |
![]() | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) |
Ptr< Interface > | queryInterface () |
Ptr< const Interface > | queryInterface () const |
![]() | |
virtual | ~IRefCountable ()=default |
template<class Interface > | |
Ptr< Interface > | queryInterface () |
template<class Interface > | |
Ptr< const Interface > | queryInterface () const |
virtual int | addRef () const =0 |
virtual int | releaseRef () const =0 |
int | refCountThreadUnsafe () const |
Static Public Member Functions | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
Additional Inherited Members | |
![]() | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
![]() | |
template<int len> | |
static constexpr const InterfaceId * | makeId (const char(&charArray)[len]) |
template<class TemplateInstance , class TemplateArg , int len> | |
static const InterfaceId * | makeIdForTemplate (const char(&baseIdCharArray)[len]) |
Mock for a base interface from the new SDK - used for compatibility testing. Supports old interface id in its queryInterface() in addition to the new interface id.
|
inlinevirtual |
VMT #4 - added for tests; couples with the same method of OldInterface.
|
inlineoverridevirtual |
Support for old SDK interface id.
Reimplemented from nx::sdk::Interface< NewInterface >.
|
pure virtual |
VMT #5 - added for tests; couples with the same method of OldInterface.