opentracing-c
OpenTracing C API
Data Fields
opentracing_http_headers_writer Struct Reference

HTTP headers writer. More...

#include <opentracing-c/propagation.h>

Inheritance diagram for opentracing_http_headers_writer:
[legend]
Collaboration diagram for opentracing_http_headers_writer:
[legend]

Data Fields

opentracing_text_map_writer base
 Base class member. More...
 
- Data Fields inherited from opentracing_text_map_writer
opentracing_destructible base
 Base class member. More...
 
opentracing_propagation_error_code(* set )(struct opentracing_text_map_writer *writer, const char *key, const char *value) OPENTRACINGC_NONNULL(1)
 Set a key:value pair to the carrier. More...
 
- Data Fields inherited from opentracing_destructible
void(* destroy )(struct opentracing_destructible *destructible) OPENTRACINGC_NONNULL_ALL
 Destructor to clean up any resources allocated to the instance. More...
 

Detailed Description

HTTP headers writer.

Field Documentation

◆ base

opentracing_text_map_writer opentracing_http_headers_writer::base

Base class member.


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