nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Member Functions | Static Public Member Functions | List of all members
nx::sdk::IStringMap Class Referenceabstract
Inheritance diagram for nx::sdk::IStringMap:
nx::sdk::Interface< IStringMap > nx::sdk::IRefCountable nx::sdk::RefCountable< IStringMap > nx::sdk::StringMap

Public Member Functions

virtual int count () const =0
 
virtual const char * key (int i) const =0
 
virtual const char * value (int i) const =0
 
virtual const char * value (const char *key) const =0
 
- Public Member Functions inherited from nx::sdk::Interface< IStringMap >
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< IStringMap >
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
 

Member Function Documentation

◆ key()

virtual const char* nx::sdk::IStringMap::key ( int  i) const
pure virtual
Returns
Null if the index is invalid.

Implemented in nx::sdk::StringMap.

◆ value() [1/2]

virtual const char* nx::sdk::IStringMap::value ( int  i) const
pure virtual
Returns
Null if the index is invalid.

Implemented in nx::sdk::StringMap.

◆ value() [2/2]

virtual const char* nx::sdk::IStringMap::value ( const char *  key) const
pure virtual
Returns
Null if not found or the key is null.

Implemented in nx::sdk::StringMap.


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