opentracing-c
OpenTracing C API
|
#include <opentracing-c/config.h>
Go to the source code of this file.
Data Structures | |
struct | opentracing_destructible |
Destructible interface. More... | |
Typedefs | |
typedef struct opentracing_destructible | opentracing_destructible |
Destructible interface. More... | |
typedef struct opentracing_destructible opentracing_destructible |
Destructible interface.
Essentially the same as a virtual destructor in C++, but for C.