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

Public Member Functions

virtual int count () const override
 
virtual const char * at (int index) const override
 
void addString (std::string str)
 
void clear ()
 
- Public Member Functions inherited from nx::sdk::RefCountable< IStringList >
 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::Interface< IStringList >
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
 

Additional Inherited Members

- Static Public Member Functions inherited from nx::sdk::IStringList
static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 
- Protected Member Functions inherited from nx::sdk::Interface< IStringList >
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])
 

Member Function Documentation

◆ at()

const char * nx::sdk::StringList::at ( int  index) const
overridevirtual
Returns
Null if index is incorrect.

Implements nx::sdk::IStringList.


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