|
ITCH 5.0 Market Data Handler 1.0.0
NASDAQ ITCH 5.0 Market Data Feed Handler
|
Recursively assign handler to all callbacks in hierarchy. More...
Recursively assign handler to all callbacks in hierarchy.
Iterates through the linear class hierarchy and calls Invoker::assign for each callback. This sets up all the function pointers for signatures that the handler supports.
| Callbacks | Type of the callbacks hierarchy |
#include <core/src/impl/Delegate.h>
Static Public Member Functions | |
| template<class Handler> | |
| static void | assign (Callbacks &callbacks) |
| Assign handler to callbacks (recursive case). | |
|
inlinestatic |
Assign handler to callbacks (recursive case).
Assigns to the current callback and recursively to the parent.
| Handler | Type of the handler object |
| callbacks | Callbacks hierarchy instance |
References assign(), and b2bits::delegate_detail::Invoker::assign().
Referenced by assign().