nx_metadata_sdk
1.0
Metadata SDK
|
Public Member Functions | |
SettingsResponse (Ptr< StringMap > values, Ptr< StringMap > errors=nullptr, Ptr< String > model=nullptr) | |
void | setValue (std::string key, std::string value) |
void | setError (std::string key, std::string value) |
void | setValues (Ptr< StringMap > values) |
void | setErrors (Ptr< StringMap > errors) |
void | setModel (Ptr< String > model) |
void | setModel (std::string model) |
![]() | |
RefCountable (const RefCountable &)=delete | |
RefCountable (RefCountable &&)=delete | |
RefCountable & | operator= (const RefCountable &)=delete |
RefCountable & | operator= (RefCountable &&)=delete |
virtual int | addRef () const override |
virtual int | releaseRef () const override |
int | refCount () const |
![]() | |
Ptr< IString > | model () const |
![]() | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) |
Ptr< Interface > | queryInterface () |
Ptr< const Interface > | queryInterface () const |
![]() | |
Ptr< IStringMap > | values () const |
Ptr< IStringMap > | errors () const |
![]() | |
virtual IRefCountable * | queryInterface (const InterfaceId *id) |
Ptr< Interface > | queryInterface () |
Ptr< const Interface > | queryInterface () const |
![]() | |
virtual | ~IRefCountable ()=default |
template<class Interface > | |
Ptr< Interface > | queryInterface () |
template<class Interface > | |
Ptr< const Interface > | queryInterface () const |
int | refCountThreadUnsafe () const |
Protected Member Functions | |
virtual IStringMap * | getValues () const override |
virtual IStringMap * | getErrors () const override |
virtual IString * | getModel () const override |
![]() | |
virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
![]() | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Additional Inherited Members | |
![]() | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
![]() | |
static auto | interfaceId () |
![]() | |
template<int len> | |
static constexpr const InterfaceId * | makeId (const char(&charArray)[len]) |
template<class TemplateInstance , class TemplateArg , int len> | |
static const InterfaceId * | makeIdForTemplate (const char(&baseIdCharArray)[len]) |
|
overrideprotectedvirtual |
Implements nx::sdk::ISettingsResponse0.
|
overrideprotectedvirtual |
Implements nx::sdk::ISettingsResponse0.