wut  v1.7.0
Wii U Toolchain
Data Structures | Namespaces | Typedefs
ITitleIconCacheDetails.h File Reference
#include <nn/result.h>
#include <nn/sl/sl_cpp.h>
#include <wut.h>
Include dependency graph for ITitleIconCacheDetails.h:
This graph shows which files directly or indirectly include this file:

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
 

Data Structure Documentation

◆ nn::sl::details::ITitleIconCacheInternalVTable

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

◆ nn::sl::details::ITitleIconCacheInternal

struct nn::sl::details::ITitleIconCacheInternal

Definition at line 42 of file ITitleIconCacheDetails.h.

Data Fields
ITitleIconCacheInternalVTable * vtable