wut
v1.7.0
Wii U Toolchain
|
#include <nn/result.h>
#include <nn/sl/ISettingAccessor.h>
#include <nn/sl/ITimeAccessor.h>
#include <nn/sl/ITransferrer.h>
#include <nn/sl/KillerNotification.h>
#include <nn/sl/sl_cpp.h>
#include <wut.h>
Go to the source code of this file.
Data Structures | |
struct | DrcManagerInternal |
class | DrcManager |
Namespaces | |
nn | |
nn::sl | |
nn::sl::details | |
Typedefs | |
typedef struct nn::sl::details::DrcManagerInternal | DrcManagerInternal |
Functions | |
DrcManagerInternal * | __ct__Q3_2nn2sl10DrcManagerFv (DrcManagerInternal *) |
nn::Result | CancelTransfer__Q3_2nn2sl10DrcManagerFv (DrcManagerInternal *) |
nn::Result | PushNotification__Q3_2nn2sl10DrcManagerFPbPCQ3_2nn2sl18KillerNotificationbT3L (DrcManagerInternal *, bool *, const KillerNotification *, bool, bool, uint64_t) |
nn::Result | Transfer__Q3_2nn2sl10DrcManagerFRCQ3_2nn2sl16TransferableInfobQ4_2nn2sl12ITransferrer12TransferMode (DrcManagerInternal *, TransferableInfo *, bool, TransferMode) |
nn::Result | Initialize__Q3_2nn2sl10DrcManagerFRQ3_2nn2sl12ITransferrerRQ3_2nn2sl16ISettingAccessorRQ3_2nn2sl13ITimeAccessor (DrcManagerInternal *, ITransferrerInternal *, ISettingAccessorInternal *, ITimeAccessorInternal *) |
struct nn::sl::details::DrcManagerInternal |
Definition at line 16 of file DrcManager.h.
Data Fields | ||
---|---|---|
ITransferrerInternal * | drcTransferrer | |
ISettingAccessorInternal * | settingsAccessor | |
ITimeAccessorInternal * | timeAccessor | |
void * | vtable |