wut  v1.7.0
Wii U Toolchain
Public Member Functions | Friends
ITitleIconCacheBase Class Referenceabstract

#include <ITitleIconCacheDetails.h>

Inheritance diagram for ITitleIconCacheBase:
Inheritance graph
[legend]

Public Member Functions

 ITitleIconCacheBase ()=default
 
virtual ~ITitleIconCacheBase ()=default
 
virtual nn::Result Load ()=0
 
virtual nn::Result Update (nn::sl::TitleInfo *titleInfos, int num)=0
 
virtual nn::Result Store ()=0
 
virtual void Get (nn::sl::IconInfo *iconInfos, int num) const =0
 

Friends

class nn::sl::DataCreator
 

Detailed Description

Definition at line 48 of file ITitleIconCacheDetails.h.

Constructor & Destructor Documentation

◆ ITitleIconCacheBase()

ITitleIconCacheBase ( )
default

◆ ~ITitleIconCacheBase()

virtual ~ITitleIconCacheBase ( )
virtualdefault

Member Function Documentation

◆ Load()

virtual nn::Result Load ( )
pure virtual

Implemented in TitleIconCache, and TitleIconCacheFromPtr.

◆ Update()

virtual nn::Result Update ( nn::sl::TitleInfo titleInfos,
int  num 
)
pure virtual

Implemented in TitleIconCache, and TitleIconCacheFromPtr.

◆ Store()

virtual nn::Result Store ( )
pure virtual

Implemented in TitleIconCache, and TitleIconCacheFromPtr.

◆ Get()

virtual void Get ( nn::sl::IconInfo iconInfos,
int  num 
) const
pure virtual

Implemented in TitleIconCache, and TitleIconCacheFromPtr.

Friends And Related Function Documentation

◆ nn::sl::DataCreator

friend class nn::sl::DataCreator
friend

Definition at line 49 of file ITitleIconCacheDetails.h.


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