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

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
 

Data Structure Documentation

◆ nn::sl::details::ITimeAccessorInternalVTable

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

◆ nn::sl::details::ITimeAccessorInternal

struct nn::sl::details::ITimeAccessorInternal

Definition at line 37 of file ITimeAccessorDetails.h.

Data Fields
ITimeAccessorInternalVTable * vtable