mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Introduce DictExpression#GetExpressions()
This commit is contained in:
parent
8bcae97ecc
commit
a04cef1890
@ -622,6 +622,11 @@ public:
|
|||||||
|
|
||||||
void MakeInline();
|
void MakeInline();
|
||||||
|
|
||||||
|
inline const std::vector<std::unique_ptr<Expression>>& GetExpressions() const noexcept
|
||||||
|
{
|
||||||
|
return m_Expressions;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;
|
ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user