wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
struct | ITitleIconCacheInternalVTable |
struct | ITitleIconCacheInternal |
class | ITitleIconCacheBase |
class | TitleIconCacheFromPtr |
Namespaces | |
nn | |
nn::sl | |
nn::sl::details | |
Typedefs | |
typedef nn::Result(* | TitleIconCache_LoadFn) (ITitleIconCacheInternal *) |
typedef nn::Result(* | TitleIconCache_UpdateFn) (ITitleIconCacheInternal *, TitleInfo *, int) |
typedef nn::Result(* | TitleIconCache_StoreFn) (ITitleIconCacheInternal *) |
typedef void(* | TitleIconCache_GetFn) (ITitleIconCacheInternal *, IconInfo *, int) |
typedef struct nn::sl::details::ITitleIconCacheInternalVTable | ITitleIconCacheInternalVTable |
typedef struct nn::sl::details::ITitleIconCacheInternal | ITitleIconCacheInternal |
struct nn::sl::details::ITitleIconCacheInternalVTable |
Definition at line 22 of file ITitleIconCacheDetails.h.
Data Fields | ||
---|---|---|
ITitleIconCacheBase * | instance | |
void * | destructor | |
TitleIconCache_LoadFn | LoadFn | |
TitleIconCache_UpdateFn | UpdateFn | |
TitleIconCache_StoreFn | StoreFn | |
TitleIconCache_GetFn | GetFn |
struct nn::sl::details::ITitleIconCacheInternal |
Definition at line 42 of file ITitleIconCacheDetails.h.
Data Fields | ||
---|---|---|
ITitleIconCacheInternalVTable * | vtable |