RetroArch
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
FDiscordRpcModule Class Reference

#include <DiscordRpc.h>

Inheritance diagram for FDiscordRpcModule:
[legend]
Collaboration diagram for FDiscordRpcModule:
[legend]

Public Member Functions

virtual void StartupModule () override
 
virtual void ShutdownModule () override
 

Static Private Member Functions

static bool LoadDependency (const FString &Dir, const FString &Name, void *&Handle)
 
static void FreeDependency (void *&Handle)
 

Private Attributes

voidDiscordRpcLibraryHandle
 

Member Function Documentation

◆ FreeDependency()

void FDiscordRpcModule::FreeDependency ( void *&  Handle)
staticprivate
Here is the caller graph for this function:

◆ LoadDependency()

bool FDiscordRpcModule::LoadDependency ( const FString &  Dir,
const FString &  Name,
void *&  Handle 
)
staticprivate

StartupModule is covered with defines, these functions are the place to put breakpoints

Here is the caller graph for this function:

◆ ShutdownModule()

void FDiscordRpcModule::ShutdownModule ( )
overridevirtual
Here is the call graph for this function:

◆ StartupModule()

void FDiscordRpcModule::StartupModule ( )
overridevirtual

IModuleInterface implementation

Here is the call graph for this function:

Member Data Documentation

◆ DiscordRpcLibraryHandle

void* FDiscordRpcModule::DiscordRpcLibraryHandle
private

Handle to the test dll we will load


The documentation for this class was generated from the following files: