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

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.