wut
v1.7.0
Wii U Toolchain
|
#include <ITitleIconCache.h>
Public Member Functions | |
ITitleIconCache () | |
ITitleIconCache (ITitleIconCache &src) | |
ITitleIconCache & | operator= (const ITitleIconCache &other) |
ITitleIconCache & | operator= (ITitleIconCache &&src) noexcept |
~ITitleIconCache () override=default | |
Public Member Functions inherited from ITitleIconCacheBase | |
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 |
Definition at line 12 of file ITitleIconCache.h.
|
inline |
Definition at line 15 of file ITitleIconCache.h.
|
inline |
Definition at line 19 of file ITitleIconCache.h.
|
overridedefault |
|
inline |
Definition at line 23 of file ITitleIconCache.h.
|
inlinenoexcept |
Definition at line 28 of file ITitleIconCache.h.