opentracing-c
OpenTracing C API
|
Destructible interface. More...
#include <opentracing-c/destructible.h>
Data Fields | |
void(* | destroy )(struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL |
Destructor to clean up any resources allocated to the instance. More... | |
Destructible interface.
Essentially the same as a virtual destructor in C++, but for C.
void(* opentracing_destructible::destroy) (struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL |
Destructor to clean up any resources allocated to the instance.
destructible | Destructible instance. |