|
iceoryx2
C++ Language Bindings
|
default hooks for the PolymorphicHandler More...
#include <polymorphic_handler.hpp>
Static Public Member Functions | |
| static void | onSetAfterFinalize (Interface ¤tInstance, Interface &newInstance) noexcept |
| called if the polymorphic handler is set or reset after finalize | |
default hooks for the PolymorphicHandler
| Interface | the handler interface |
Definition at line 30 of file polymorphic_handler.hpp.
|
staticnoexcept |
called if the polymorphic handler is set or reset after finalize
| currentInstance | the current instance of the handler singleton |
| newInstance | the instance of the handler singleton to be set |