nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
nx::sdk::ISettingsResponse0 Class Referenceabstract
Inheritance diagram for nx::sdk::ISettingsResponse0:
nx::sdk::Interface< ISettingsResponse0 > nx::sdk::IRefCountable nx::sdk::Interface< ISettingsResponse, ISettingsResponse0 > nx::sdk::ISettingsResponse nx::sdk::RefCountable< ISettingsResponse > nx::sdk::SettingsResponse

Public Member Functions

Ptr< IStringMapvalues () const
 
Ptr< IStringMaperrors () const
 
- Public Member Functions inherited from nx::sdk::Interface< ISettingsResponse0 >
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 ()
 

Protected Member Functions

virtual IStringMapgetValues () const =0
 
virtual IStringMapgetErrors () const =0
 
- Protected Member Functions inherited from nx::sdk::Interface< ISettingsResponse0 >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 

Additional Inherited Members

- 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
 

Member Function Documentation

◆ errors()

Ptr<IStringMap> nx::sdk::ISettingsResponse0::errors ( ) const
inline
Returns
Map of errors that happened while processing (applying or obtaining) setting values, indexed by setting ids. Each value must be a human-readable error message in English. Can be null or empty if there are no errors.

◆ getErrors()

virtual IStringMap* nx::sdk::ISettingsResponse0::getErrors ( ) const
protectedpure virtual

Called by errors()

Implemented in nx::sdk::SettingsResponse.

◆ getValues()

virtual IStringMap* nx::sdk::ISettingsResponse0::getValues ( ) const
protectedpure virtual

Called by values()

Implemented in nx::sdk::SettingsResponse.

◆ values()

Ptr<IStringMap> nx::sdk::ISettingsResponse0::values ( ) const
inline
Returns
Map of setting values, indexed by setting ids. Can be null or empty if there are no setting values to return.

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