nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Protected Member Functions | List of all members
nx::sdk::List< IItem > Class Template Reference
Inheritance diagram for nx::sdk::List< IItem >:
nx::sdk::RefCountable< IList< IItem > > nx::sdk::IList< IItem > nx::sdk::Interface< IList< IItem > > nx::sdk::IRefCountable

Public Member Functions

virtual int count () const override
 
void addItem (IItem *item)
 
void clear ()
 
- Public Member Functions inherited from nx::sdk::RefCountable< IList< IItem > >
 RefCountable (const RefCountable &)=delete
 
 RefCountable (RefCountable &&)=delete
 
RefCountableoperator= (const RefCountable &)=delete
 
RefCountableoperator= (RefCountable &&)=delete
 
virtual int addRef () const override
 
virtual int releaseRef () const override
 
int refCount () const
 
- Public Member Functions inherited from nx::sdk::IList< IItem >
Ptr< IItem > at (int index) const
 
- Public Member Functions inherited from nx::sdk::Interface< IList< IItem > >
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
 
int refCountThreadUnsafe () const
 

Protected Member Functions

virtual IItem * getAt (int index) const override
 
- 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 Public Member Functions inherited from nx::sdk::IList< IItem >
static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 
- 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

◆ getAt()

template<typename IItem >
virtual IItem* nx::sdk::List< IItem >::getAt ( int  index) const
inlineoverrideprotectedvirtual
Returns
Element at the zero-based index, or null if the index is invalid.

Implements nx::sdk::IList< IItem >.


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