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

Plugin activation file. More...

#include <cstdlib>
Include dependency graph for Activation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

auto bactria::is_active () -> bool
 Checks whether the bactria library has been deactivated by the user. More...
 

Detailed Description

Plugin activation file.

This file contains functionality required for bactria's internal plugin handling. It should not be included directly by the user.