nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Static Public Member Functions | List of all members
nx::sdk::analytics::IEngineInfo Class Referenceabstract

#include <i_engine_info.h>

Inheritance diagram for nx::sdk::analytics::IEngineInfo:
nx::sdk::Interface< IEngineInfo > nx::sdk::IRefCountable

Public Member Functions

virtual const char * id () const =0
 
virtual const char * name () const =0
 
- Public Member Functions inherited from nx::sdk::Interface< IEngineInfo >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< RefCountablequeryInterface ()
 
Ptr< const RefCountablequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class RefCountable >
Ptr< RefCountablequeryInterface ()
 
template<class RefCountable >
Ptr< const RefCountablequeryInterface () const
 
virtual int addRef () const =0
 
virtual int releaseRef () const =0
 
int refCountThreadUnsafe () const
 

Static Public Member Functions

static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 

Additional Inherited Members

- Protected Member Functions inherited from nx::sdk::Interface< IEngineInfo >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 
- 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])
 
- Static Protected Attributes inherited from nx::sdk::IRefCountable
template<typename RefCountable >
static constexpr bool hasAlternativeInterfaceId = HasAlternativeInterfaceId<RefCountable>::value
 

Detailed Description

Provides various information about an Engine.

Member Function Documentation

◆ id()

virtual const char* nx::sdk::analytics::IEngineInfo::id ( ) const
pure virtual
Returns
Id assigned to this Engine by the Server.

◆ name()

virtual const char* nx::sdk::analytics::IEngineInfo::name ( ) const
pure virtual
Returns
Name assigned to this Engine by the Server or by the user.

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