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