mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
Introduce DictExpression#GetExpressions()
This commit is contained in:
parent
5c10bad86f
commit
8248fa110c
@ -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