#include <coreutilities.h>
|
| template<typename FunctionRef > |
| void | Push (FunctionRef &&callback) |
| |
| template<typename FunctionRef > |
| void | Push (FunctionRef &&callback, LookupId lookupId) |
| |
| template<typename... Args> |
| void | Flush (Args &&... args) |
| |
| FunctionType | Erase (LookupId token) |
| |
| bool | Empty () const |
| |
◆ ttv::CallbackQueue::LookupEntry
| struct ttv::CallbackQueue::LookupEntry |
template<typename FunctionType>
struct ttv::CallbackQueue< FunctionType >::LookupEntry
| Class Members |
|
FunctionType |
callback |
|
|
LookupId |
lookupId |
|
◆ LookupId
template<typename FunctionType>
◆ Empty()
template<typename FunctionType>
◆ Erase()
template<typename FunctionType>
◆ Flush()
template<typename FunctionType>
template<typename... Args>
◆ Push() [1/2]
template<typename FunctionType>
template<typename FunctionRef >
◆ Push() [2/2]
template<typename FunctionType>
template<typename FunctionRef >
◆ mLookups
template<typename FunctionType>
The documentation for this class was generated from the following file: