Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TNotifyVecEvent(); | |
| 2 | TNotifyVecEvent(decltype(nullptr)); | |
| 3 | TNotifyVecEvent(void *__d, void (*__c)(void *, tObject *, TVec *)); | |
| 4 | TNotifyVecEvent(void (*__f)(tObject *, TVec *)); |
Overload 1: TNotifyVecEvent();
Declared in Dew::Signal::TNotifyVecEvent · Dew.Signal/SignalAnalysis.h · Cross-compiler
Overload 2: TNotifyVecEvent(decltype(nullptr));
| # | Name | Type | Description |
|---|---|---|---|
| 1 | decltype(nullptr) |
Declared in Dew::Signal::TNotifyVecEvent · Dew.Signal/SignalAnalysis.h · Cross-compiler
Overload 3: TNotifyVecEvent(void *__d, void (*__c)(void *, tObject *, TVec *));
| # | Name | Type | Description |
|---|---|---|---|
| 1 | __d | void * | |
| 2 | __c | void (*)(void *, tObject *, TVec *) |
Declared in Dew::Signal::TNotifyVecEvent · Dew.Signal/SignalAnalysis.h · Cross-compiler
Overload 4: TNotifyVecEvent(void (*__f)(tObject *, TVec *));
| # | Name | Type | Description |
|---|---|---|---|
| 1 | __f | void (*)(tObject *, TVec *) |
Declared in Dew::Signal::TNotifyVecEvent · Dew.Signal/SignalAnalysis.h · Cross-compiler