Guitar
Functions
LoadPlugin.h File Reference
#include <Logger.h>
#include <QCoreApplication>
#include <QPluginLoader>
#include <QString>
#include <joinpath.h>
#include <memory>
Include dependency graph for LoadPlugin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename ImplType , typename Interface >
std::shared_ptr< ImplType > loadPlugin (std::string name)
 

Function Documentation

◆ loadPlugin()

template<typename ImplType , typename Interface >
std::shared_ptr<ImplType> loadPlugin ( std::string  name)