Represents the result of evaluating something. More...
#include <evaluator_result.h>
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. |
Represents the result of evaluating something.