X-TraceC++Library
Data Structures | Namespaces | Defines
XtrOption.h File Reference
#include <cstdlib>
#include <arpa/inet.h>
#include "XtrConstants.h"

Go to the source code of this file.

Data Structures

class  xtr::Option
 Represents an X-Trace metadata option. More...
class  xtr::OptionNop
 A No-op option for X-Trace, serialized to a single '0' byte. More...
class  xtr::OptionAny
 This class can represent any option, and is used when we don't have a specific class for an option. More...
class  xtr::OptionChainId
 A ChainId X-Trace metadata option. More...
class  xtr::OptionSeverity
 A Severity X-Trace metadata option. More...

Namespaces

namespace  xtr
 

High-level API for maintaining a global X-Trace context and reporting events with logging-like calls.


Defines

#define _XTR_OPTION_H

Define Documentation

#define _XTR_OPTION_H