MCPcopy Create free account
hub / github.com/Icinga/icinga2 / AddExpression

Method AddExpression

lib/config/expression.hpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369{
370public:
371 AddExpression(std::unique_ptr<Expression> operand1, std::unique_ptr<Expression> operand2, const DebugInfo& debugInfo = DebugInfo())
372 : BinaryExpression(std::move(operand1), std::move(operand2), debugInfo)
373 { }
374
375protected:
376 ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected