#include <DispatcherFunc.h>
|
| DispatcherFuncPrio () |
|
| DispatcherFuncPrio (size_t _p, const DispatcherFuncPrioHolderPtr &_holder) |
|
template<typename Type , typename TypeClass , typename TypeMemFn > |
| DispatcherFuncPrio (size_t _p, TypeClass *_o, TypeMemFn _m, const Type &_d) |
|
void | operator() (void) const |
|
bool | operator< (const DispatcherFuncPrio &rhs) const |
|
| DispatcherFuncPrio () |
|
| DispatcherFuncPrio (size_t _p, const DispatcherFuncPrioHolderPtr &_holder) |
|
template<typename Type , typename TypeClass , typename TypeMemFn > |
| DispatcherFuncPrio (size_t _p, TypeClass *_o, TypeMemFn _m, const Type &_d) |
|
void | operator() (void) const |
|
bool | operator< (const DispatcherFuncPrio &rhs) const |
|
◆ DispatcherFuncPrio() [1/6]
Nice::DispatcherFuncPrio::DispatcherFuncPrio |
( |
| ) |
|
|
inline |
◆ DispatcherFuncPrio() [2/6]
◆ DispatcherFuncPrio() [3/6]
template<typename Type , typename TypeClass , typename TypeMemFn >
Nice::DispatcherFuncPrio::DispatcherFuncPrio |
( |
size_t |
_p, |
|
|
TypeClass * |
_o, |
|
|
TypeMemFn |
_m, |
|
|
const Type & |
_d |
|
) |
| |
|
inline |
◆ DispatcherFuncPrio() [4/6]
Nice::DispatcherFuncPrio::DispatcherFuncPrio |
( |
| ) |
|
|
inline |
◆ DispatcherFuncPrio() [5/6]
◆ DispatcherFuncPrio() [6/6]
template<typename Type , typename TypeClass , typename TypeMemFn >
Nice::DispatcherFuncPrio::DispatcherFuncPrio |
( |
size_t |
_p, |
|
|
TypeClass * |
_o, |
|
|
TypeMemFn |
_m, |
|
|
const Type & |
_d |
|
) |
| |
|
inline |
◆ operator()() [1/2]
void Nice::DispatcherFuncPrio::operator() |
( |
void |
| ) |
const |
|
inline |
Executes the task function.
◆ operator()() [2/2]
void Nice::DispatcherFuncPrio::operator() |
( |
void |
| ) |
const |
|
inline |
Executes the task function.
◆ operator<() [1/2]
Comparison operator which realises a partial ordering based on priorities.
- Parameters
-
rhs | The object to compare with. |
- Returns
- true if the priority of *this is less than right hand side's priority, false otherwise.
◆ operator<() [2/2]
Comparison operator which realises a partial ordering based on priorities.
- Parameters
-
rhs | The object to compare with. |
- Returns
- true if the priority of *this is less than right hand side's priority, false otherwise.
◆ m_holder
◆ m_priority
size_t Nice::DispatcherFuncPrio::m_priority |
|
private |
The priority of the task's function.
The documentation for this class was generated from the following file: