Pothos  0.2.1-g9f04573d
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | List of all members
Pothos::Util::EvalInterface Class Referenceabstract

#include <EvalInterface.hpp>

Public Member Functions

 EvalInterface (void)
 
virtual ~EvalInterface (void)
 
virtual Object eval (void) const =0
 Get the result of the evaluation. More...
 

Detailed Description

A simple interface for retrieving an evaluation result.

Constructor & Destructor Documentation

Pothos::Util::EvalInterface::EvalInterface ( void  )
virtual Pothos::Util::EvalInterface::~EvalInterface ( void  )
virtual

Member Function Documentation

virtual Object Pothos::Util::EvalInterface::eval ( void  ) const
pure virtual

Get the result of the evaluation.


The documentation for this class was generated from the following file: