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

Method BinaryAndExpression

lib/config/expression.hpp:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435{
436public:
437 BinaryAndExpression(std::unique_ptr<Expression> operand1, std::unique_ptr<Expression> operand2, const DebugInfo& debugInfo = DebugInfo())
438 : BinaryExpression(std::move(operand1), std::move(operand2), debugInfo)
439 { }
440
441protected:
442 ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected