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

Method ForExpression

lib/config/expression.hpp:897–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895{
896public:
897 ForExpression(String fkvar, String fvvar, std::unique_ptr<Expression> value, std::unique_ptr<Expression> expression, const DebugInfo& debugInfo = DebugInfo())
898 : DebuggableExpression(debugInfo), m_FKVar(std::move(fkvar)), m_FVVar(std::move(fvvar)), m_Value(std::move(value)), m_Expression(std::move(expression))
899 { }
900
901protected:
902 ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected