PrevUpHomeNext

Function evaluate_el

zeep::http::el::evaluate_el — Process the text in text. The result is put in result.

Synopsis

// In header: </build/libzeep-QpEXpJ/libzeep-3.0.5/zeep/http/webapp/el.hpp>


void evaluate_el(const scope & scope, const std::string & text, 
                 object & result);

Description

The expression in text is processed and the result is returned in result.

Parameters:

result

The result of the script

scope

The scope for this el script

text

The el script


PrevUpHomeNext