opentracing-c
OpenTracing C API
Data Structures | Typedefs
destructible.h File Reference
#include <opentracing-c/config.h>
Include dependency graph for destructible.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ opentracing_destructible

Destructible interface.

Essentially the same as a virtual destructor in C++, but for C.