#include <observer.h>
|
|
virtual void | notification (T1)=0 |
| |
|
virtual void | notification (T2)=0 |
| |
|
virtual void | notification (T3)=0 |
| |
|
virtual void | notification (T4)=0 |
| |
|
virtual void | notification (T5)=0 |
| |
|
virtual void | notification (T6)=0 |
| |
|
virtual void | notification (T7)=0 |
| |
|
virtual void | notification (T8)=0 |
| |
template<typename T1, typename T2 = void, typename T3 = void, typename T4 = void, typename T5 = void, typename T6 = void, typename T7 = void, typename T8 = void>
class etl::observer< T1, T2, T3, T4, T5, T6, T7, T8 >
The observer interface for eight notification types.
The documentation for this class was generated from the following file: