Pothos  0.3.3-g32d3017c
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
EvalInterface.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <Pothos/Object.hpp>
14 
15 namespace Pothos {
16 namespace Util {
17 
22 {
23 public:
24  EvalInterface(void);
25  virtual ~EvalInterface(void);
26 
28  virtual Object eval(void) const = 0;
29 };
30 
31 } //namespace Util
32 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
Definition: EvalInterface.hpp:21
Definition: Object.hpp:55