[][src]Module qlog::event

Module-defined Event and functions to work with qlog data structures.

The Qlog data structures are very flexible, which makes working with them liable to simple semantic errors. This module provides some helper functions that focus on creating valid types, while also reducing some of the verbosity of using the raw data structures.

Structs

Event

A representation of qlog events that couple EventCategory, EventType and EventData.