|
wut v1.9.1
Wii U Toolchain
|
#include <wut.h>#include <nn/result.h>#include <nn/sl/IAccountInfoAccessor.h>#include <nn/sl/IKillerNotificationAccessor.h>#include <nn/sl/ILaunchedTitleListAccessor.h>#include <nn/sl/ISerializer.h>#include <nn/sl/ISettingAccessor.h>#include <nn/sl/ITimeAccessor.h>#include <nn/sl/KillerNotification.h>#include <nn/sl/KillerNotificationTransferRecordManager.h>#include <nn/sl/TitleListCache.h>#include <nn/sl/sl_cpp.h>

Go to the source code of this file.
Data Structures | |
| struct | KillerNotificationSelectorInternal |
| class | KillerNotificationSelector |
Namespaces | |
| namespace | nn |
| namespace | nn::sl |
| namespace | nn::sl::details |
Typedefs | |
| typedef struct nn::sl::details::KillerNotificationSelectorInternal | KillerNotificationSelectorInternal |
| struct nn::sl::details::KillerNotificationSelectorInternal |
Definition at line 22 of file KillerNotificationSelector.h.
| Data Fields | ||
|---|---|---|
| ILaunchedTitleListAccessorInternal * | launchedTitleListAccessor | |
| IKillerNotificationAccessorInternal * | killerNotificationAccessor | |
| ITitleListCacheInternal * | titleListCache | |
| ISerializerInternal * | killerNotificationSerializer | |
| ISettingAccessorInternal * | settingsAccessor | |
| IAccountInfoAccessorInternal * | accountInfoAccessor | |
| ITimeAccessorInternal * | timeAccessor | |
| IKillerNotificationTransferRecordManagerInternal * | killerNotificationTransferRecordManager | |
| void * | vtable | |