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

Public Member Functions

virtual int count () const =0
 
Ptr< IItem > at (int index) const
 
- Public Member Functions inherited from nx::sdk::Interface< IList< IItem > >
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 IItem * getAt (int index) const =0
 
- Protected Member Functions inherited from nx::sdk::Interface< IList< IItem > >
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

◆ at()

template<typename IItem>
Ptr<IItem> nx::sdk::IList< IItem >::at ( int  index) const
inline
Returns
Element at the zero-based index, or null if the index is invalid.

◆ getAt()

template<typename IItem>
virtual IItem* nx::sdk::IList< IItem >::getAt ( int  index) const
protectedpure virtual

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