$darkmode
plugin.hpp File Reference
#include <functional>
#include <memory>
#include <string>
#include <cloe/core.hpp>
#include <cloe/plugin.hpp>
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.

Classes

class  cloe::PluginError
 
class  cloe::Plugin
 

Functions

template<typename F >
std::shared_ptr< Plugin > cloe::make_plugin ()
 

Detailed Description

See also
plugin.cpp
version.hpp

Function Documentation

◆ make_plugin()

template<typename F >
std::shared_ptr<Plugin> cloe::make_plugin ( )

Create a virtual plugin around built-in types.

Here is the call graph for this function:
Here is the caller graph for this function: