Pothos  0.3.0-ga8f2d4e2
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Init.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 
14 namespace Pothos {
15 
25  POTHOS_API void init(void);
26 
32  POTHOS_API void deinit(void);
33 
38  {
39  public:
41  ScopedInit(void);
42 
44  ~ScopedInit(void);
45  };
46 
47 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
Definition: Init.hpp:37
POTHOS_API void deinit(void)
POTHOS_API void init(void)