opentracing-c
OpenTracing C API
Data Fields
opentracing_destructible Struct Reference

Destructible interface. More...

#include <opentracing-c/destructible.h>

Inheritance diagram for opentracing_destructible:
[legend]

Data Fields

void(* destroy )(struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL
 Destructor to clean up any resources allocated to the instance. More...
 

Detailed Description

Destructible interface.

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

Field Documentation

◆ destroy

void(* opentracing_destructible::destroy) (struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL

Destructor to clean up any resources allocated to the instance.

Parameters
destructibleDestructible instance.

The documentation for this struct was generated from the following file: