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

bactria-internal plugin handling. More...

#include <bactria/core/POSIX.hpp>
#include <bactria/core/Win32.hpp>
#include <iostream>
Include dependency graph for Plugin.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.