|
using | G::Slot::Signal0 = Signal<> |
|
template<typename T > |
using | G::Slot::Signal1 = Signal< T > |
|
template<typename T1 , typename T2 > |
using | G::Slot::Signal2 = Signal< T1, T2 > |
|
template<typename T1 , typename T2 , typename T3 > |
using | G::Slot::Signal3 = Signal< T1, T2, T3 > |
|
template<typename T1 , typename T2 , typename T3 , typename T4 > |
using | G::Slot::Signal4 = Signal< T1, T2, T3, T4 > |
|
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > |
using | G::Slot::Signal5 = Signal< T1, T2, T3, T4, T5 > |
|
using | G::Slot::Slot0 = Slot<> |
|
template<typename T > |
using | G::Slot::Slot1 = Slot< T > |
|
template<typename T1 , typename T2 > |
using | G::Slot::Slot2 = Slot< T1, T2 > |
|
template<typename T1 , typename T2 , typename T3 > |
using | G::Slot::Slot3 = Slot< T1, T2, T3 > |
|
template<typename T1 , typename T2 , typename T3 , typename T4 > |
using | G::Slot::Slot4 = Slot< T1, T2, T3, T4 > |
|
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > |
using | G::Slot::Slot5 = Slot< T1, T2, T3, T4, T5 > |
|