bactria  0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
Report.hpp File Reference

Report definition. More...

#include <bactria/reports/Incident.hpp>
#include <bactria/reports/Plugin.hpp>
#include <functional>
#include <string>
#include <tuple>
#include <utility>
Include dependency graph for Report.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bactria::reports::Report< TIncidents >
 The report class. More...
 

Functions

template<typename... TIncidents>
auto bactria::reports::make_report (std::string name, TIncidents &&... incidents) -> Report< TIncidents... >
 Create a Report from several Incidents. More...
 

Detailed Description

Report definition.

Contains the definitions for the Report class. It should not be included directly by the user.