Pothos
0.2.1-g9f04573d
The Pothos dataflow programming software suite
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
include
Pothos
Plugin
Module.hpp
Go to the documentation of this file.
1
11
#pragma once
12
#include <
Pothos/Config.hpp
>
13
#include <memory>
14
#include <vector>
15
#include <string>
16
17
namespace
Pothos {
18
22
class
POTHOS_API
PluginModule
23
{
24
public
:
28
PluginModule
(
void
);
29
36
PluginModule
(
const
std::string &path);
37
46
static
PluginModule
safeLoad(
const
std::string &path);
47
52
std::string getFilePath(
void
)
const
;
53
58
std::vector<std::string> getPluginPaths(
void
)
const
;
59
60
private
:
61
struct
Impl;
62
std::shared_ptr<Impl> _impl;
63
};
64
65
}
//namespace Pothos
Pothos::PluginModule
Definition:
Module.hpp:22
POTHOS_API
#define POTHOS_API
Definition:
Config.hpp:41
Config.hpp
Generated on Wed Aug 26 2015 16:53:35 for Pothos by
1.8.6