foobar2000 SDK  2015-01-14
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 38 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 41 of file main_thread_callback.h.

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

Definition at line 45 of file main_thread_callback.h.

45  {
46  host->inMainThread();
47  }

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