Pothos  0.1.1
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Loader.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 
14 namespace Pothos {
15 
17 {
18 public:
19 
23  static void loadModules(void);
24 
25 private:
27  PluginLoader(void){}
28 };
29 
30 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
Definition: Loader.hpp:16