opentracing-c
OpenTracing C API
Data Fields
opentracing_http_headers_reader Struct Reference

HTTP headers reader. More...

#include <opentracing-c/propagation.h>

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

Data Fields

opentracing_text_map_reader base
 Base class member. More...
 
- Data Fields inherited from opentracing_text_map_reader
opentracing_destructible base
 Base class member. More...
 
opentracing_propagation_error_code(* foreach_key )(struct opentracing_text_map_reader *reader, opentracing_propagation_error_code(*handler)(void *arg, const char *key, const char *value), void *arg) OPENTRACINGC_NONNULL(1
 Returns text map contents via repeated calls to the handler function. 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 reader.

Field Documentation

◆ base

opentracing_text_map_reader opentracing_http_headers_reader::base

Base class member.


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