stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <interface.h>
Public Member Functions | |
virtual IRefCountable * | queryInterface (IRefCountable::InterfaceId id) override |
virtual IRefCountable * | queryInterface (InterfaceId id) |
const IRefCountable * | queryInterface (InterfaceId id) const |
template<class Interface > | |
Interface * | queryInterface () |
template<class Interface > | |
const Interface * | queryInterface () const |
Protected Member Functions | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId) |
Helper class to define interfaces: provides the appropriate queryInterface().
Usage:
|
inline |
VMT #1.
|
inlineprotected |
Call from DerivedInterface::queryInterface() to support interface id from the old SDK.