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

IncidentRecorder definitions. More...

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

Go to the source code of this file.

Classes

class  bactria::reports::IncidentRecorder< TValues >
 Class for dynamic recording of Incidents. More...
 

Detailed Description

IncidentRecorder definitions.

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