palliate v0.0.1
Palliate application and built-in plugins
|
#include <library.h>
Public Member Functions | |
library (std::filesystem::path path) | |
~library () | |
auto | operator* () |
auto | operator-> () |
Public Attributes | |
const std::string & | name |
std::shared_ptr< plugin > | object |
|
explicit |
library::~library | ( | ) |
|
inline |
|
inline |
const std::string& library::name |
std::shared_ptr<plugin> library::object |