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
Util
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
21
class
POTHOS_API
EvalInterface
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
POTHOS_API
#define POTHOS_API
Definition:
Config.hpp:41
Object.hpp
Config.hpp
Pothos::Util::EvalInterface
Definition:
EvalInterface.hpp:21
Pothos::Object
Definition:
Object.hpp:55
Generated on Wed Aug 26 2015 16:53:35 for Pothos by
1.8.6