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

Go to the source code of this file.

Data Structures

struct  IBlackListAccessorInternalVTable
 
struct  IBlackListAccessorInternal
 
class  IBlackListAccessorBase
 
class  BlackListAccessorFromPtr
 

Namespaces

 nn
 
 nn::sl
 
 nn::sl::details
 

Typedefs

typedef nn::Result(* IBlackListAccessor_GetFn) (IBlackListAccessorInternal *, TitleInfo *outTitleInfos, int *outTitleInfosSize, int maxTitleInfos)
 
typedef struct nn::sl::details::IBlackListAccessorInternal IBlackListAccessorInternal
 

Data Structure Documentation

◆ nn::sl::details::IBlackListAccessorInternalVTable

struct nn::sl::details::IBlackListAccessorInternalVTable

Definition at line 18 of file IBlackListAccessorDetails.h.

Data Fields
IBlackListAccessorBase * instance
uint32_t info
uint32_t destructor
IBlackListAccessor_GetFn GetFn

◆ nn::sl::details::IBlackListAccessorInternal

struct nn::sl::details::IBlackListAccessorInternal

Definition at line 30 of file IBlackListAccessorDetails.h.

Data Fields
IBlackListAccessorInternalVTable * vtable