FDR::Evaluator::EvaluatorResult< R > Class Template Reference

Represents the result of evaluating something. More...

#include <evaluator_result.h>

List of all members.

Public Member Functions

 EvaluatorResult (const EvaluatorResult< R > &)
 EvaluatorResult (const std::vector< std::string > &warnings, const R &result)
EvaluatorResult< R > & operator= (const EvaluatorResult< R > &)
const R & result () const
 The result that was obtained during the evaluation.
const std::vector< std::string > & warnings () const
 The list of warnings generated when evaluating the expression.

Detailed Description

template<class R>
class FDR::Evaluator::EvaluatorResult< R >

Represents the result of evaluating something.


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

Generated on 27 Oct 2017 for FDR by  doxygen 1.6.1