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

Public Member Functions

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

Member Function Documentation

◆ getErrors()

virtual IStringMap* nx::sdk::ISettingsResponse::getErrors ( ) const
protectedpure virtual
Returns
Map of errors that happened while obtaining setting values, indexed by setting ids. Each value must be a human-readable error message in English.

Implemented in nx::sdk::SettingsResponse.

◆ getValues()

virtual IStringMap* nx::sdk::ISettingsResponse::getValues ( ) const
protectedpure virtual
Returns
Map of setting values, indexed by setting ids.

Implemented in nx::sdk::SettingsResponse.


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