opentracing-c
OpenTracing C API
|
Go to the source code of this file.
Data Structures | |
struct | opentracing_value |
Tagged union that can represent a number of value types. More... | |
Typedefs | |
typedef enum opentracing_value_type | opentracing_value_type |
Value types. | |
typedef struct opentracing_value | opentracing_value |
Tagged union that can represent a number of value types. | |
Enumerations | |
enum | opentracing_value_type { opentracing_value_bool, opentracing_value_double, opentracing_value_int64, opentracing_value_uint64, opentracing_value_string, opentracing_value_null } |
Value types. | |