FDR  4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
Public Member Functions | List of all members
FDR::Evaluator::EvaluatorResult< R > Class Template Reference

Represents the result of evaluating something. More...

#include <evaluator_result.h>

Public Member Functions

 EvaluatorResult (const EvaluatorResult< R > &)=default
 
 EvaluatorResult (const std::vector< std::string > &warnings, const R &result)
 
EvaluatorResult< R > & operator= (const EvaluatorResult< R > &)=default
 
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: