nx_metadata_sdk  1.0
Metadata SDK
Protected Member Functions | List of all members
nx::vms_server_plugins::analytics::stub::custom_metadata::Plugin Class Reference
Inheritance diagram for nx::vms_server_plugins::analytics::stub::custom_metadata::Plugin:
nx::sdk::analytics::Plugin nx::sdk::RefCountable< IPlugin > nx::sdk::IPlugin nx::sdk::Interface< IPlugin > nx::sdk::IRefCountable

Protected Member Functions

virtual nx::sdk::Result< nx::sdk::analytics::IEngine * > doObtainEngine () override
 
virtual std::string manifestString () const override
 
- Protected Member Functions inherited from nx::sdk::analytics::Plugin
virtual void getManifest (Result< const IString *> *outResult) const override
 
virtual void doCreateEngine (Result< IEngine *> *outResult) override
 
- Protected Member Functions inherited from nx::sdk::Interface< IPlugin >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 

Additional Inherited Members

- Public Types inherited from nx::sdk::analytics::Plugin
using CreateEngine = std::function< IEngine *(Plugin *plugin)>
 
- Public Types inherited from nx::sdk::IPlugin
typedef IPlugin *(* EntryPointFunc) ()
 
typedef IPlugin *(* MultiEntryPointFunc) (int instanceIndex)
 
- Public Member Functions inherited from nx::sdk::analytics::Plugin
 Plugin (std::string pluginManifest, CreateEngine createEngine)
 
Ptr< IUtilityProviderutilityProvider () const
 
virtual void setUtilityProvider (IUtilityProvider *utilityProvider) override
 
- Public Member Functions inherited from nx::sdk::RefCountable< IPlugin >
 RefCountable (const RefCountable &)=delete
 
 RefCountable (RefCountable &&)=delete
 
RefCountableoperator= (const RefCountable &)=delete
 
RefCountableoperator= (RefCountable &&)=delete
 
virtual int addRef () const override
 
virtual int releaseRef () const override
 
int refCount () const
 
- Public Member Functions inherited from nx::sdk::Interface< IPlugin >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class Interface >
Ptr< InterfacequeryInterface ()
 
template<class Interface >
Ptr< const InterfacequeryInterface () const
 
int refCountThreadUnsafe () const
 
- Static Public Member Functions inherited from nx::sdk::IPlugin
static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 
- Static Public Attributes inherited from nx::sdk::IPlugin
static constexpr const char * kEntryPointFuncName = "createNxPlugin"
 
static constexpr const char * kMultiEntryPointFuncName = "createNxPluginByIndex"
 
- Static Protected Member Functions inherited from nx::sdk::IRefCountable
template<int len>
static constexpr const InterfaceIdmakeId (const char(&charArray)[len])
 
template<class TemplateInstance , class TemplateArg , int len>
static const InterfaceIdmakeIdForTemplate (const char(&baseIdCharArray)[len])
 

Member Function Documentation

◆ doObtainEngine()

Result< IEngine * > nx::vms_server_plugins::analytics::stub::custom_metadata::Plugin::doObtainEngine ( )
overrideprotectedvirtual

Override this method instead of doCreateEngine().

Reimplemented from nx::sdk::analytics::Plugin.


The documentation for this class was generated from the following files: