foobar2000 SDK  2015-08-03
Static Public Member Functions
callInMainThread

#include <main_thread_callback.h>

Static Public Member Functions

template<typename host_t , typename param_t >
static void callThis (host_t *host, param_t &param)
 
template<typename host_t >
static void callThis (host_t *host)
 

Detailed Description

Definition at line 40 of file main_thread_callback.h.

Member Function Documentation

template<typename host_t , typename param_t >
static void callInMainThread::callThis ( host_t *  host,
param_t &  param 
)
inlinestatic

Definition at line 43 of file main_thread_callback.h.

43  {
44  host->inMainThread(param);
45  }
template<typename host_t >
static void callInMainThread::callThis ( host_t *  host)
inlinestatic

Definition at line 47 of file main_thread_callback.h.

47  {
48  host->inMainThread();
49  }

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