wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
struct | ITimeAccessorInternalVTable |
struct | ITimeAccessorInternal |
class | ITimeAccessorBase |
class | TimeAccessorFromPtr |
Namespaces | |
nn | |
nn::sl | |
nn::sl::details | |
Typedefs | |
typedef nn::Result(* | ITimeAccessor_GetNetworkTimeFn) (ITimeAccessorInternal *, OSTime *, bool *) |
typedef nn::Result(* | ITimeAccessor_GetLocalTimeFn) (ITimeAccessorInternal *, OSTime *, bool *) |
typedef struct nn::sl::details::ITimeAccessorInternal | ITimeAccessorInternal |
struct nn::sl::details::ITimeAccessorInternalVTable |
Definition at line 22 of file ITimeAccessorDetails.h.
Data Fields | ||
---|---|---|
ITimeAccessorBase * | instance | |
uint32_t | info | |
uint32_t | destructor | |
ITimeAccessor_GetNetworkTimeFn | GetNetworkTimeFn | |
ITimeAccessor_GetLocalTimeFn | GetLocalTimeFn |
struct nn::sl::details::ITimeAccessorInternal |
Definition at line 37 of file ITimeAccessorDetails.h.
Data Fields | ||
---|---|---|
ITimeAccessorInternalVTable * | vtable |