35 return instance->
vtable->
instance->
Get(outTitleInfo, outTitleInfoSize, maxTitleInfo, u1);
42 void InitInternalVtable() {
44 .GetFn = &GetWrapper};
45 mInstance.
vtable = &mVTable;
49 details::IPreferentialTitleAccessorInternalVTable mVTable{};
Result value type used by nn libraries.
IPreferentialTitleAccessor & operator=(IPreferentialTitleAccessor &&src) noexcept
IPreferentialTitleAccessor & operator=(const IPreferentialTitleAccessor &other)
~IPreferentialTitleAccessor() override=default
IPreferentialTitleAccessor()
IPreferentialTitleAccessor(IPreferentialTitleAccessor &src)
virtual nn::Result Get(TitleInfo *outTitleInfo, uint32_t *outTitleInfoNum, int maxNumTitleInfos, uint32_t u1) const =0
IPreferentialTitleAccessorBase * instance
IPreferentialTitleAccessorInternalVTable * vtable
struct nn::sl::details::IPreferentialTitleAccessorInternal IPreferentialTitleAccessorInternal
details::IPreferentialTitleAccessorBase & GetDefaultPreferentialTitleAccessor()