ncmpc  0.31
Data Structures | Functions
Event.hxx File Reference
#include <glib.h>
#include <chrono>

Go to the source code of this file.

Data Structures

struct  BindTimeoutCallback< T, method >
 

Functions

template<typename T , bool(T::*)() method>
unsigned ScheduleTimeout (std::chrono::seconds s, T &t)
 

Function Documentation

◆ ScheduleTimeout()

template<typename T , bool(T::*)() method>
unsigned ScheduleTimeout ( std::chrono::seconds  s,
T &  t 
)
inline