|
C++ Server-Side SDK
LaunchDarkly SDK
|
C++ wrapper that bridges C hook callbacks to C++ Hook interface. More...
#include <launchdarkly/server_side/bindings/c/hook.h>#include <launchdarkly/server_side/hooks/hook.hpp>#include <memory>#include <string>
Go to the source code of this file.
Classes | |
| class | launchdarkly::server_side::bindings::CHookWrapper |
| Wrapper that adapts C hook callbacks to C++ Hook interface. More... | |
C++ wrapper that bridges C hook callbacks to C++ Hook interface.
This internal class captures C callback function pointers and user data, then forwards hook method calls from the C++ Hook interface to the C callbacks.
OWNERSHIP MODEL: