bactria
0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
|
bactria-internal plugin handling. More...
Go to the source code of this file.
Typedefs | |
using | bactria::plugin_handle_t = system::plugin_handle_t |
The platform-specific plugin handle type. More... | |
Functions | |
auto | bactria::unload_plugin (plugin_handle_t handle) noexcept |
Unloads the plugin. More... | |
bactria-internal plugin handling.
This file includes bactria's internal view of the plugin functionality. It should not be included directly by the user. As the functionality defined here is intended for bactria's internal use the user should never use anything found in this file.